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 | 旋搖旋搖^ | 100100001111100110011101100010101001000011111001100111011000101001011110 | 90f99d8a90f99d8a5e |
EUC-JP | 旋搖旋搖^ | 110000001111101111011001111010101100000011111011110110011110101001011110 | c0fbd9eac0fbd9ea5e |
UTF-8 | 旋搖旋搖^ | 11100110100101111000101111100110100100001001011011100110100101111000101111100110100100001001011001011110 | e6978be69096e6978be690965e |
UHC | 旋搖旋搖^ | 111000001100000111101000111101001110000011000001111010001111010001011110 | e0c1e8f4e0c1e8f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)