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 | 蝨??綏 | 111001011001110000111111001111111110001101010110 | e59c3f3fe356 |
EUC-JP | 蝨??綏 | 111010011111110000111111001111111110010110110111 | e9fc3f3fe5b7 |
UTF-8 | 蝨덊뢈綏 | 111010001001110110101000111010111000110110001010111010111010001010001000111001111011011010001111 | e89da8eb8d8aeba288e7b68f |
UHC | 蝨덊뢈綏 | 1110001110100100100010001110110110001111010001001110001010110111 | e3a488ed8f44e2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)