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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箏リ | 11100010101101011000001110001010 | e2b5838a |
EUC-JP | 箏リ | 11100100101101111010010111101010 | e4b7a5ea |
UTF-8 | 箏リ | 111001111010111010001111111000111000001110101010 | e7ae8fe383aa |
UHC | 箏リ | 11101110101101001010101111101010 | eeb4abea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)