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 | 噎遨i | 100110100111100011100111101010011000001010001001 | 9a78e7a98289 |
EUC-JP | 噎遨i | 110100111101100111101110101010111010001111101001 | d3d9eeaba3e9 |
UTF-8 | 噎遨i | 111001011001100110001110111010011000000110101000111011111011110110001001 | e5998ee981a8efbd89 |
UHC | ??i | 00111111001111111010001111101001 | 3f3fa3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)