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 | 蝨??褻 | 111001011001110000111111001111111110010111110110 | e59c3f3fe5f6 |
EUC-JP | 蝨??褻 | 111010011111110000111111001111111110101011111000 | e9fc3f3feaf8 |
UTF-8 | 蝨덊뢝褻 | 111010001001110110101000111010111000110110001010111010111010001010011101111010001010010010111011 | e89da8eb8d8aeba29de8a4bb |
UHC | 蝨덊뢝褻 | 1110001110100100100010001110110110001111010110001110000011100001 | e3a488ed8f58e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)