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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴉??仰^ | 11101001111010110011111100111111100010111100001001011110 | e9eb3f3f8bc25e |
EUC-JP | 鴉??仰^ | 11110010111011010011111100111111101101101100010001011110 | f2ed3f3fb6c45e |
UTF-8 | 鴉렯롍仰^ | 11101001101101001000100111101011101000001010111111101011101000011000110111100100101110111011000001011110 | e9b489eba0afeba18de4bbb05e |
UHC | 鴉렯롍仰^ | 111001001011110010001110101111001000111011010011111001001110011001011110 | e4bc8ebc8ed3e4e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)