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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 莵畫h莵畫 | 111001001011011111100001011000000110100011100100101101111110000101100000 | e4b7e16068e4b7e160 |
EUC-JP | 莵畫h莵畫 | 111010001011100111100001110000010110100011101000101110011110000111000001 | e8b9e1c168e8b9e1c1 |
UTF-8 | 莵畫h莵畫 | 11101000100011101011010111100111100101011010101101101000111010001000111010110101111001111001010110101011 | e88eb5e795ab68e88eb5e795ab |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)