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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ?矮矮BF | 00111111111000011110001011100001111000100100001001000110 | 3fe1e2e1e24246 |
EUC-JP | ?矮矮BF | 00111111111000101110010011100010111001000100001001000110 | 3fe2e4e2e44246 |
UTF-8 | 숷矮矮BF | 1110110010001000101101111110011110011111101011101110011110011111101011100100001001000110 | ec88b7e79faee79fae4246 |
UHC | 숷矮矮BF | 1001101001001100111010001110000111101000111000010100001001000110 | 9a4ce8e1e8e14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)