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 | 癲?└愈?鴦 | 11100001100111110011111110000100101001001001011011111010001111111110100111110001 | e19f3f84a496fa3fe9f1 |
EUC-JP | 癲?└愈?鴦 | 11100010101000010011111110101000101001101100110011111100001111111111001011110011 | e2a13fa8a6ccfc3ff2f3 |
UTF-8 | 癲뺣└愈뛤鴦 | 111001111001100110110010111010111011101010100011111000101001010010010100111001101000010010001000111010111001101110100100111010011011010010100110 | e799b2ebbaa3e29494e68488eb9ba4e9b4a6 |
UHC | 癲뺣└愈뛤鴦 | 111011111010011010010101111010111010011010100110111010101110111110001101011001111110010011101100 | efa695eba6a6eaef8d67e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)