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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鳫ト鄒ォ^ | 11101001111011011100010011100111101111101010101101011110 | e9edc4e7beab5e |
EUC-JP | 鳫ト鄒ォ^ | 111100101110111110001110110001001110111011000000100011101010101101011110 | f2ef8ec4eec08eab5e |
UTF-8 | 鳫ト鄒ォ^ | 11101001101100111010101111101111101111101000010011101001100001001001001011101111101111011010101101011110 | e9b3abefbe84e98492efbdab5e |
UHC | ??鄒?^ | 001111110011111111110101110110110011111101011110 | 3f3ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)