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椽 | 1001111010111011001111111000011101110010011010001001111010111011 | 9ebb3f8772689ebb |
EUC-JP | 椽??h椽 | 11011100101111010011111100111111011010001101110010111101 | dcbd3f3f68dcbd |
UTF-8 | 椽ㅻ㎎h椽 | 11100110101001001011110111100011100001011011101111100011100011101000111001101000111001101010010010111101 | e6a4bde385bbe38e8e68e6a4bd |
UHC | 椽ㅻ㎎h椽 | 111001101100101110100100111010111010011110110111011010001110011011001011 | e6cba4eba7b768e6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)