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 | ?晏? | 00111111100111011110010100111111 | 3f9de53f |
EUC-JP | ?晏? | 00111111110110101110011100111111 | 3fdae73f |
UTF-8 | 렣晏롈 | 111010111010000010100011111001101001100110001111111010111010000110001000 | eba0a3e6998feba188 |
UHC | 렣晏롈 | 100011101011010011100100110011111000111011001110 | 8eb4e4cf8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)