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 | 11101000111101111011110111101001100110011011110111100100101111111011111001000010 | e8f7bde999bde4bfbe42 |
EUC-JP | 顆ス髯ス菫セB | 11110000111110011000111010111101111100011111100110001110101111011110100011000001100011101011111001000010 | f0f98ebdf1f98ebde8c18ebe42 |
UTF-8 | 顆ス髯ス菫セB | 11101001101000011000011011101111101111011011110111101001101010111010111111101111101111011011110111101000100011111010101111101111101111011011111001000010 | e9a186efbdbde9abafefbdbde88fabefbdbe42 |
UHC | 顆???菫?B | 110011101010100000111111001111110011111111010000110010110011111101000010 | cea83f3f3fd0cb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)