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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?頭??\ | 001111111001001110101010001111110011111101011100 | 3f93aa3f3f5c |
EUC-JP | ?頭??\ | 001111111100011010101100001111110011111101011100 | 3fc6ac3f3f5c |
UTF-8 | 熉頭렓렧\ | 11100111100001101000100111101001101000001010110111101011101000001001001111101011101000001010011101011100 | e78689e9a0adeba093eba0a75c |
UHC | 熉頭렓렧\ | 111010011111101111010100111010011000111010101000100011101011011001011100 | e9fbd4e98ea88eb65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)