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 | 邨弱h | 111001111011010110001110111000111000001010001000 | e7b58ee38288 |
EUC-JP | 邨弱h | 111011101011011110111100111001011010001111101000 | eeb7bce5a3e8 |
UTF-8 | 邨弱h | 111010011000001010101000111001011011110010110001111011111011110110001000 | e982a8e5bcb1efbd88 |
UHC | 邨弱h | 111101011011111011100101101100001010001111101000 | f5bee5b0a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)