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 | 樺?胡 | 1000101010010010001111111000110011010011 | 8a923f8cd3 |
EUC-JP | 樺?胡 | 1011001111110010001111111011100011010101 | b3f23fb8d5 |
UTF-8 | 樺렧胡 | 111001101010100010111010111010111010000010100111111010001000001110100001 | e6a8baeba0a7e883a1 |
UHC | 樺렧胡 | 111110111111110010001110101101101111101111010111 | fbfc8eb6fbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)