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 | 鵝??甸ョ? | 111010100100000000111111001111111001100110110010100000111000011100111111 | ea403f3f99b283873f |
EUC-JP | 鵝??甸ョ? | 111100111010000100111111001111111101001010110100101001011110011100111111 | f3a13f3fd2b4a5e73f |
UTF-8 | 鵝껆탢甸ョ뙠 | 111010011011010110011101111010101011101110000110111011011000001110100010111001111001010010111000111000111000001110100111111010111001100110100000 | e9b59deabb86ed83a2e794b8e383a7eb99a0 |
UHC | 鵝껆탢甸ョ뙠 | 111001001011110110000011111001111011010110000101111011111010010010101011111001111000110010100101 | e4bd83e7b585efa4abe78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)