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 | 第?砥?第 | 1001000111100110001111111001001101110101001111111001000111100110 | 91e63f93753f91e6 |
EUC-JP | 第?砥?第 | 1100001011101000001111111100010111010110001111111100001011101000 | c2e83fc5d63fc2e8 |
UTF-8 | 第렰砥렚第 | 111001111010110010101100111010111010000010110000111001111010000010100101111010111010000010011010111001111010110010101100 | e7acaceba0b0e7a0a5eba09ae7acac |
UHC | 第렰砥렚第 | 11110000101011111000111010111101111100101011001010001110101011011111000010101111 | f0af8ebdf2b28eadf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)