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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 裂뤹돇h裂뤹돇 | 11101111101001101010000011101011101001001011100111101011100011111000011101101000111011111010011010100000111010111010010010111001111010111000111110000111 | efa6a0eba4b9eb8f8768efa6a0eba4b9eb8f87 |
UHC | 裂뤹돇h裂뤹돇 | 11100110111100011000111111100111100010011001100001101000111001101111000110001111111001111000100110011000 | e6f18fe7899868e6f18fe78998 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)