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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 豫??h豫?? | 100110001010110000111111001111110110100010011000101011000011111100111111 | 98ac3f3f6898ac3f3f |
EUC-JP | 豫??h豫?? | 110100001010111000111111001111110110100011010000101011100011111100111111 | d0ae3f3f68d0ae3f3f |
UTF-8 | 豫뷸솠h豫뷸솠 | 11101000101100011010101111101011101101111011100011101100100001101010000001101000111010001011000110101011111010111011011110111000111011001000011010100000 | e8b1abebb7b8ec86a068e8b1abebb7b8ec86a0 |
UHC | 豫뷸솠h豫뷸솠 | 11100111111000111011101011100110100110011001101101101000111001111110001110111010111001101001100110011011 | e7e3bae6999b68e7e3bae6999b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)