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 | 讌れЛ纛 | 1110011010100101100000101110101010000100010011001110001110011011 | e6a582ea844ce39b |
EUC-JP | 讌れЛ纛 | 1110110010100111101001001110110010100111101011011110010111111011 | eca7a4eca7ade5fb |
UTF-8 | 讌れЛ纛 | 1110100010101110100011001110001110000010100011001101000010011011111001111011101010011011 | e8ae8ce3828cd09be7ba9b |
UHC | ?れЛ纛 | 00111111101010101110110010101100101011011101010011000000 | 3faaecacadd4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)