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 | 壹倩茫 | 100110101110001110011000111010001110010010101001 | 9ae398e8e4a9 |
EUC-JP | 壹倩茫 | 110101001110010111010000111010101110100010101011 | d4e5d0eae8ab |
UTF-8 | 壹倩茫 | 111001011010001110111001111001011000000010101001111010001000110010101011 | e5a3b9e580a9e88cab |
UHC | 壹?茫 | 1110110011101100001111111101100011010100 | ecec3fd8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)