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 | 薐у?次 | 11100101010100101000010010000101001111111000111010011111 | e55284853f8e9f |
EUC-JP | 薐у偌次 | 111010011011001110100111111001011000111110110001111001011011110010100001 | e9b3a7e58fb1e5bca1 |
UTF-8 | 薐у偌次 | 1110100010010110100100001101000110000011111001011000000110001100111001101010110010100001 | e89690d183e5818ce6aca1 |
UHC | ?у?次 | 001111111010110011100101001111111111001110101101 | 3face53ff3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)