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 | ?閼鍾 | 0011111111101000100001001000111111011111 | 3fe8848fdf |
EUC-JP | ?閼鍾 | 0011111111101111111001001011111011100001 | 3fefe4bee1 |
UTF-8 | 렫閼鍾 | 111010111010000010101011111010011001011010111100111010011000110110111110 | eba0abe996bce98dbe |
UHC | 렫閼鍾 | 100011101011100111100100110110011111000110100011 | 8eb9e4d9f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)