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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹キ豺。蓍㌣ | 11101000101100001011011111100110101101111010000111100100111001111000011101101011 | e8b0b7e6b7a1e4e7876b |
EUC-JP | 隹キ豺。蓍? | 1111000010110010100011101011011111101100101110011000111010100001111010001110100100111111 | f0b28eb7ecb98ea1e8e93f |
UTF-8 | 隹キ豺。蓍㌣ | 111010011001101010111001111011111011110110110111111010001011000110111010111011111011110110100001111010001001001110001101111000111000110010100011 | e99ab9efbdb7e8b1baefbda1e8938de38ca3 |
UHC | ??豺?蓍? | 0011111100111111111000111100111100111111111000111100100100111111 | 3f3fe3cf3fe3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)