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 | 壹倩韈 | 100110101110001110011000111010001110100011100111 | 9ae398e8e8e7 |
EUC-JP | 壹倩韈 | 110101001110010111010000111010101111000011101001 | d4e5d0eaf0e9 |
UTF-8 | 壹倩韈 | 111001011010001110111001111001011000000010101001111010011001111110001000 | e5a3b9e580a9e99f88 |
UHC | 壹?? | 11101100111011000011111100111111 | ecec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)