To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諠壺悪 | 111001101000001110011010111000101000100010101011 | e6839ae288ab |
EUC-JP | 諠壺悪 | 111010111110001111010100111001001011000010101101 | ebe3d4e4b0ad |
UTF-8 | 諠壺悪 | 111010001010101110100000111001011010001110111010111001101000001010101010 | e8aba0e5a3bae682aa |
UHC | ?壺? | 00111111111110111011111000111111 | 3ffbbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)