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 | 倭→? | 1001100001100000100000011010100000111111 | 986081a83f |
EUC-JP | 倭→ˇ | 11001111110000011010001010101010100011111010001010110000 | cfc1a2aa8fa2b0 |
UTF-8 | 倭→ˇ | 1110010110000000101011011110001010000110100100101100101110000111 | e580ade28692cb87 |
UHC | 倭→ˇ | 111010001101111010100001111001101010001010100111 | e8dea1e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)