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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 曄宿粟K | 10011110010000001000111101101000100010001011111001001011 | 9e408f6888be4b |
EUC-JP | 曄宿粟K | 11011011101000011011110111001001101100001100000001001011 | dba1bdc9b0c04b |
UTF-8 | 曄宿粟K | 11100110100110111000010011100101101011101011111111100111101100101001111101001011 | e69b84e5aebfe7b29f4b |
UHC | 曄宿粟K | 11100111101001011110001011010110111000011101100001001011 | e7a5e2d6e1d84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)