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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迺「﨟コ^ | 11100111100100101010001011111011100111011011101001011110 | e792a2fb9dba5e |
EUC-JP | 迺「?コ^ | 1110110111110010100011101010001000111111100011101011101001011110 | edf28ea23f8eba5e |
UTF-8 | 迺「﨟コ^ | 11101000101111111011101011101111101111011010001011101111101010001001111111101111101111011011101001011110 | e8bfbaefbda2efa89fefbdba5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)