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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 穩??淳ι | 1110001001110010001111110011111110001111011111101000001111000111 | e2723f3f8f7e83c7 |
EUC-JP | 穩??淳ι | 1110001111010011001111110011111110111101110111111010011011001001 | e3d33f3fbddfa6c9 |
UTF-8 | 穩뷰퉿淳ι | 1110011110101001101010011110101110110111101100001110110110001001101111111110011010110111101100111100111010111001 | e7a9a9ebb7b0ed89bfe6b7b3ceb9 |
UHC | 穩뷰퉿淳ι | 11101000101100011011101011100100101110011001011111100010111010001010010111101001 | e8b1bae4b997e2e8a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)