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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 鞜皮矯h鞜 | 111010001101111110010100111001111000101110111000011010001110100011011111 | e8df94e78bb868e8df |
EUC-JP | 鞜皮矯h鞜 | 111100001110000111001000111010011011011010111010011010001111000011100001 | f0e1c8e9b6ba68f0e1 |
UTF-8 | 鞜皮矯h鞜 | 11101001100111101001110011100111100110101010111011100111100111111010111101101000111010011001111010011100 | e99e9ce79aaee79faf68e99e9c |
UHC | ?皮矯h? | 00111111111110011010101111001110111011000110100000111111 | 3ff9abceec683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)