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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邁」驟瑚 | 11100111101100001010001111101001100001011000110011101000 | e7b0a3e9858ce8 |
EUC-JP | 邁」驟瑚 | 1110111010110010100011101010001111110001111001011011100011101010 | eeb28ea3f1e5b8ea |
UTF-8 | 邁」驟瑚 | 111010011000001010000001111011111011110110100011111010011010100110011111111001111001000110011010 | e98281efbda3e9a99fe7919a |
UHC | 邁?驟瑚 | 11011000111001000011111111110110101011101111101111010001 | d8e43ff6aefbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)