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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蟻ш?蟻ш?^ | 1000101101100001100001001000101000111111100010110110000110000100100010100011111101011110 | 8b61848a3f8b61848a3f5e |
EUC-JP | 蟻ш?蟻ш?^ | 1011010111000010101001111110101000111111101101011100001010100111111010100011111101011110 | b5c2a7ea3fb5c2a7ea3f5e |
UTF-8 | 蟻ш퇏蟻ш퇏^ | 1110100010011111101110111101000110001000111011011000011110001111111010001001111110111011110100011000100011101101100001111000111101011110 | e89fbbd188ed878fe89fbbd188ed878f5e |
UHC | 蟻ш퇏蟻ш퇏^ | 11101011111111001010110011101010101101111010000011101011111111001010110011101010101101111010000001011110 | ebfcaceab7a0ebfcaceab7a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)