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 | 蒿崎芥 | 111001001110010010001101111010001000101001001000 | e4e48de88a48 |
EUC-JP | 蒿崎芥 | 111010001110011010111010111010101011001110101001 | e8e6baeab3a9 |
UTF-8 | 蒿崎芥 | 111010001001001010111111111001011011010010001110111010001000101010100101 | e892bfe5b48ee88aa5 |
UHC | 蒿崎芥 | 111110111101101011010000111110001100101111001110 | fbdad0f8cbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)