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 | 踞ド | 11100110111101011000001101101000 | e6f58368 |
EUC-JP | 踞ド | 11101100111101111010010111001001 | ecf7a5c9 |
UTF-8 | 踞ド | 111010001011100010011110111000111000001110001001 | e8b89ee38389 |
UHC | 踞ド | 11001011111001101010101111001001 | cbe6abc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)