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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 禹?禹?B | 11100010010110100011111111100010010110100011111101000010 | e25a3fe25a3f42 |
EUC-JP | 禹?禹?B | 11100011101110110011111111100011101110110011111101000010 | e3bb3fe3bb3f42 |
UTF-8 | 禹렒禹렒B | 11100111101001101011100111101011101000001001001011100111101001101011100111101011101000001001001001000010 | e7a6b9eba092e7a6b9eba09242 |
UHC | 禹렒禹렒B | 111010011110000010001110101001111110100111100000100011101010011101000010 | e9e08ea7e9e08ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)