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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鵝??艤ζ? | 111010100100000000111111001111111110010001111110100000111100010000111111 | ea403f3fe47e83c43f |
EUC-JP | 鵝??艤ζ? | 111100111010000100111111001111111110011111011111101001101100011000111111 | f3a13f3fe7dfa6c63f |
UTF-8 | 鵝숇쉴艤ζ껸 | 1110100110110101100111011110110010001000100001111110110010001001101101001110100010001001101001001100111010110110111010101011101110111000 | e9b59dec8887ec89b4e889a4ceb6eabbb8 |
UHC | 鵝숇쉴艤ζ껸 | 111001001011110110011001111010111011110110101111111010111111101010100101111001101011001010111001 | e4bd99ebbdafebfaa5e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)