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 | ?僥矮 | 0011111110011001010001101110000111100010 | 3f9946e1e2 |
EUC-JP | ?僥矮 | 0011111111010001101001111110001011100100 | 3fd1a7e2e4 |
UTF-8 | 뾸僥矮 | 111010111011111010111000111001011000001110100101111001111001111110101110 | ebbeb8e583a5e79fae |
UHC | 뾸僥矮 | 100101110111101011101000111010011110100011100001 | 977ae8e9e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)