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 | 10111110101011001000111011010111100011111011111011100100100011101011010001000010 | beac8ed78fbee48eb442 |
EUC-JP | セャ邪樟芬エB | 10001110101111101000111010101100101111001101100110111110110000001110011111101110100011101011010001000010 | 8ebe8eacbcd9bec0e7ee8eb442 |
UTF-8 | セャ邪樟芬エB | 11101111101111011011111011101111101111011010110011101001100000101010101011100110101010001001111111101000100010101010110011101111101111011011010001000010 | efbdbeefbdace982aae6a89fe88aacefbdb442 |
UHC | ??邪樟芬?B | 00111111001111111101111011110111111011011110100111011101110100100011111101000010 | 3f3fdef7ede9ddd23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)