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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 悉??^ | 1000111010111011001111110011111101011110 | 8ebb3f3f5e |
EUC-JP | 悉??^ | 1011110010111101001111110011111101011110 | bcbd3f3f5e |
UTF-8 | 悉럮뢐^ | 11100110100000101000100111101011100111111010111011101011101000101001000001011110 | e68289eb9faeeba2905e |
UHC | 悉럮뢐^ | 11100011111110101000111010001111100011110100101101011110 | e3fa8e8f8f4b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)