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 | ??D? | 00111111001111110100010000111111 | 3f3f443f |
SJIS-WIN | 遶ッD雍 | 111001111010101110101111010001001110100010110100 | e7abaf44e8b4 |
EUC-JP | 遶ッD雍 | 11101110101011011000111010101111010001001111000010110110 | eead8eaf44f0b6 |
UTF-8 | 遶ッD雍 | 11101001100000011011011011101111101111011010111101000100111010011001101110001101 | e981b6efbdaf44e99b8d |
UHC | ??D雍 | 0011111100111111010001001110100010111100 | 3f3f44e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)