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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝪擬蝪擬^ | 111001011010000110001011010110111110010110100001100010110101101101011110 | e5a18b5be5a18b5b5e |
EUC-JP | 蝪擬蝪擬^ | 111010101010001110110101101111001110101010100011101101011011110001011110 | eaa3b5bceaa3b5bc5e |
UTF-8 | 蝪擬蝪擬^ | 11101000100111011010101011100110100100111010110011101000100111011010101011100110100100111010110001011110 | e89daae693ace89daae693ac5e |
UHC | ?擬?擬^ | 00111111111010111111010000111111111010111111010001011110 | 3febf43febf45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)