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 | 險キ螟よイ喊 | 11101000101010001011011111100101101001001000001011100110101100101001101001011110 | e8a8b7e5a482e6b29a5e |
EUC-JP | 險キ螟よイ喊 | 111100001010101010001110101101111110101010100110101001001110100010001110101100101101001110111111 | f0aa8eb7eaa6a4e88eb2d3bf |
UTF-8 | 險キ螟よイ喊 | 111010011001101010101010111011111011110110110111111010001001111010011111111000111000001010001000111011111011110110110010111001011001011010001010 | e99aaaefbdb7e89e9fe38288efbdb2e5968a |
UHC | 險?螟よ?喊 | 11111010110011110011111111011001101011011010101011101000001111111111100111100010 | facf3fd9adaae83ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)