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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | 塢??蜈??t | 100110101100011100111111001111111110010110000101001111110011111101110100 | 9ac73f3fe5853f3f74 |
EUC-JP | 塢??蜈??t | 110101001100100100111111001111111110100111100101001111110011111101110100 | d4c93f3fe9e53f3f74 |
UTF-8 | 塢뽳쉽蜈랃쉐t | 11100101101000011010001011101011101111011011001111101100100010011011110111101000100111001000100011101011100111101000001111101100100010011001000001110100 | e5a1a2ebbdb3ec89bde89c88eb9e83ec899074 |
UHC | 塢뽳쉽蜈랃쉐t | 11100111111100011001011011101111101111011011000111101000101001011000110111101111101111011010011001110100 | e7f196efbdb1e8a58defbda674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)