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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蓑庇 | 0011111110010110101010101001010011011101 | 3f96aa94dd |
EUC-JP | 邕蓑庇 | 10001111111000011110110111001100101011001100100011011111 | 8fe1edccacc8df |
UTF-8 | 邕蓑庇 | 111010011000001010010101111010001001001110010001111001011011101010000111 | e98295e89391e5ba87 |
UHC | 邕蓑庇 | 111010001011101111011110111011101101110111100111 | e8bbdeeedde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)