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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遺??曄 | 100010001110001000111111001111111001111001000000 | 88e23f3f9e40 |
EUC-JP | 遺??曄 | 101100001110010000111111001111111101101110100001 | b0e43f3fdba1 |
UTF-8 | 遺쒍뻔曄 | 111010011000000110111010111011001001001010001101111010111011101110010100111001101001101110000100 | e981baec928debbb94e69b84 |
UHC | 遺쒍뻔曄 | 1110101110110110100111001110010010111011101101111110011110100101 | ebb69ce4bbb7e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)