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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 豫??h豫? | 1001100010101100001111110011111101101000100110001010110000111111 | 98ac3f3f6898ac3f |
EUC-JP | 豫??h豫? | 1101000010101110001111110011111101101000110100001010111000111111 | d0ae3f3f68d0ae3f |
UTF-8 | 豫뷸솠h豫뷸 | 11101000101100011010101111101011101101111011100011101100100001101010000001101000111010001011000110101011111010111011011110111000 | e8b1abebb7b8ec86a068e8b1abebb7b8 |
UHC | 豫뷸솠h豫뷸 | 1110011111100011101110101110011010011001100110110110100011100111111000111011101011100110 | e7e3bae6999b68e7e3bae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)