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 | ?????g\ | 00111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f675c |
SJIS-WIN | 恁?恁??g\ | 100111001000110000111111100111001000110000111111001111110110011101011100 | 9c8c3f9c8c3f3f675c |
EUC-JP | 恁?恁??g\ | 110101111110110000111111110101111110110000111111001111110110011101011100 | d7ec3fd7ec3f3f675c |
UTF-8 | 恁쩶恁㏉삓g\ | 1110011010000001100000011110110010101001101101101110011010000001100000011110001110001111100010011110110010000010100100110110011101011100 | e68181eca9b6e68181e38f89ec8293675c |
UHC | 恁쩶恁㏉삓g\ | 111011001111011010100101011011001110110011110110101001111110110110011000100110000110011101011100 | ecf6a56cecf6a7ed9898675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)