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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 種?Y | 10001110111011010011111101011001 | 8eed3f59 |
EUC-JP | 種?Y | 10111100111011110011111101011001 | bcef3f59 |
UTF-8 | 種렪Y | 11100111101010001010111011101011101000001010101001011001 | e7a8aeeba0aa59 |
UHC | 種렪Y | 1111000011111010100011101011100001011001 | f0fa8eb859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)