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 | 蝨??信 | 111001011001110000111111001111111001000001001101 | e59c3f3f904d |
EUC-JP | 蝨??信 | 111010011111110000111111001111111011111110101110 | e9fc3f3fbfae |
UTF-8 | 蝨덊뢆信 | 111010001001110110101000111010111000110110001010111010111010001010000110111001001011111110100001 | e89da8eb8d8aeba286e4bfa1 |
UHC | 蝨덊뢆信 | 1110001110100100100010001110110110001111010000101110001111100001 | e3a488ed8f42e3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)