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 | 瀛??蓴 | 111000000110100100111111001111111110010011110001 | e0693f3fe4f1 |
EUC-JP | 瀛??蓴 | 110111111100101000111111001111111110100011110011 | dfca3f3fe8f3 |
UTF-8 | 瀛뜌꽗蓴 | 111001111000000010011011111010111001110010001100111010101011110110010111111010001001001110110100 | e7809beb9c8ceabd97e893b4 |
UHC | 瀛뜌꽗蓴 | 1110011110111010100011011000111110000100101001101110001011110001 | e7ba8d8f84a6e2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)