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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隍樊愕ホ。 | 1110100010100100100111101110011010011100101100011100111010100001 | e8a49ee69cb1cea1 |
EUC-JP | 隍樊愕ホ。 | 11110000101001101101110011101000110110001011001110001110110011101000111010100001 | f0a6dce8d8b38ece8ea1 |
UTF-8 | 隍樊愕ホ。 | 111010011001101010001101111001101010100010001010111001101000010010010101111011111011111010001110111011111011110110100001 | e99a8de6a88ae68495efbe8eefbda1 |
UHC | 隍樊愕?? | 1111110011011011110110111110000011100100110000110011111100111111 | fcdbdbe0e4c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)