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 | 蠍ェム危イヲ | 1110010110110110101010101101000110001010111010111011001010100110 | e5b6aad18aebb2a6 |
EUC-JP | 蠍ェム危イヲ | 111010101011100010001110101010101000111011010001101101001110110110001110101100101000111010100110 | eab88eaa8ed1b4ed8eb28ea6 |
UTF-8 | 蠍ェム危イヲ | 111010001010000010001101111011111011110110101010111011111011111010010001111001011000110110110001111011111011110110110010111011111011110110100110 | e8a08defbdaaefbe91e58db1efbdb2efbda6 |
UHC | ???危?? | 00111111001111110011111111101010110010110011111100111111 | 3f3f3feacb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)