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 | 險キ螟ュ譫豹 | 11101000101010001011011111100101101001001010110111100110100111101001010101011110 | e8a8b7e5a4ade69e955e |
EUC-JP | 險キ螟ュ譫豹 | 111100001010101010001110101101111110101010100110100011101010110111101011111111101100100110111111 | f0aa8eb7eaa68eadebfec9bf |
UTF-8 | 險キ螟ュ譫豹 | 111010011001101010101010111011111011110110110111111010001001111010011111111011111011110110101101111010001010110110101011111010001011000110111001 | e99aaaefbdb7e89e9fefbdade8adabe8b1b9 |
UHC | 險?螟??豹 | 111110101100111100111111110110011010110100111111001111111111100011111011 | facf3fd9ad3f3ff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)