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 | 邂冗ー醍昏 | 111001111010111010001111111001111011000010010001111001111000110110101000 | e7ae8fe7b091e78da8 |
EUC-JP | 邂冗ー醍昏 | 11101110101100001011111011101001100011101011000011000010111010011011101010101010 | eeb0bee98eb0c2e9baaa |
UTF-8 | 邂冗ー醍昏 | 111010011000001010000010111001011000011010010111111011111011110110110000111010011000011010001101111001101001100010001111 | e98282e58697efbdb0e9868de6988f |
UHC | 邂冗?醍昏 | 111110101011001111101001101101110011111111110000101101011111101111100111 | fab3e9b73ff0b5fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)