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豫 | 10011000101011000011111100111111011010001001100010101100 | 98ac3f3f6898ac |
EUC-JP | 豫??h豫 | 11010000101011100011111100111111011010001101000010101110 | d0ae3f3f68d0ae |
UTF-8 | 豫뷸솠h豫 | 11101000101100011010101111101011101101111011100011101100100001101010000001101000111010001011000110101011 | e8b1abebb7b8ec86a068e8b1ab |
UHC | 豫뷸솠h豫 | 111001111110001110111010111001101001100110011011011010001110011111100011 | e7e3bae6999b68e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)