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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
EUC-JP | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
UTF-8 | 裂뤹돇h裂 | 11101111101001101010000011101011101001001011100111101011100011111000011101101000111011111010011010100000 | efa6a0eba4b9eb8f8768efa6a0 |
UHC | 裂뤹돇h裂 | 111001101111000110001111111001111000100110011000011010001110011011110001 | e6f18fe7899868e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)