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 | 鬩墓㊥笏ウ | 111010011010100110010101111001101000011110000110111000101001010010110011 | e9a995e68786e294b3 |
EUC-JP | 鬩墓?笏ウ | 111100101010101111001010111010000011111111100011111101001000111010110011 | f2abcae83fe3f48eb3 |
UTF-8 | 鬩墓㊥笏ウ | 111010011010110010101001111001011010001010010011111000111000101010100101111001111010110010001111111011111011110110110011 | e9aca9e5a293e38aa5e7ac8fefbdb3 |
UHC | ?墓?笏? | 00111111110110011101011100111111111110111110111000111111 | 3fd9d73ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)