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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衙煙惡^ | 11100101110010011000100110001100100111001010011001011110 | e5c9898c9ca65e |
EUC-JP | 衙煙惡^ | 11101010110010111011000111101100110110001010100001011110 | eacbb1ecd8a85e |
UTF-8 | 衙煙惡^ | 11101000101000011001100111100111100001011001100111100110100000111010000101011110 | e8a199e78599e683a15e |
UHC | 衙煙惡^ | 11100100101101111110011011010101111001001100001001011110 | e4b7e6d5e4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)