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 | 室縣縣 | 100011101011101011100011011100001110001101110000 | 8ebae370e370 |
EUC-JP | 室縣縣 | 101111001011110011100101110100011110010111010001 | bcbce5d1e5d1 |
UTF-8 | 室縣縣 | 111001011010111010100100111001111011100010100011111001111011100010100011 | e5aea4e7b8a3e7b8a3 |
UHC | 室縣縣 | 111000111111100011111010111000111111101011100011 | e3f8fae3fae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)