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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 浴??浴??B | 100101111000000100111111001111111001011110000001001111110011111101000010 | 97813f3f97813f3f42 |
EUC-JP | 浴??浴??B | 110011011110000100111111001111111100110111100001001111110011111101000010 | cde13f3fcde13f3f42 |
UTF-8 | 浴덁퐜浴덁퐜B | 11100110101101011011010011101011100011011000000111101101100100001001110011100110101101011011010011101011100011011000000111101101100100001001110001000010 | e6b5b4eb8d81ed909ce6b5b4eb8d81ed909c42 |
UHC | 浴덁퐜浴덁퐜B | 11101001101100011000100011100100101111011000011011101001101100011000100011100100101111011000011001000010 | e9b188e4bd86e9b188e4bd8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)