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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?椽? | 00111111100111101011101100111111 | 3f9ebb3f |
EUC-JP | ?椽? | 00111111110111001011110100111111 | 3fdcbd3f |
UTF-8 | 緣椽훑 | 111001111011011110100011111001101010010010111101111011011001101110010001 | e7b7a3e6a4bded9b91 |
UHC | 緣椽훑 | 111001101101111011100110110010111100100011001000 | e6dee6cbc8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)