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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒻紫畿茱画 | 11100100111010001000111010000111100010110100010111100100101000111000100111100110 | e4e88e878b45e4a389e6 |
EUC-JP | 蒻紫畿茱画 | 11101000111010101011101111100111101101011010011011101000101001011011001011101000 | e8eabbe7b5a6e8a5b2e8 |
UTF-8 | 蒻紫畿茱画 | 111010001001001010111011111001111011010010101011111001111001010110111111111010001000110010110001111001111001010010111011 | e892bbe7b4abe795bfe88cb1e794bb |
UHC | 蒻紫畿茱? | 111001011011011011101101101110011101000110110010111000101011110000111111 | e5b6edb9d1b2e2bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)