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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顆昴献 | 111010001111011110011101111000111000110010100011 | e8f79de38ca3 |
EUC-JP | 顆昴献 | 111100001111100111011010111001011011100010100101 | f0f9dae5b8a5 |
UTF-8 | 顆昴献 | 111010011010000110000110111001101001100010110100111001111000110010101110 | e9a186e698b4e78cae |
UHC | 顆昴? | 1100111010101000110110011101101100111111 | cea8d9db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)