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 | 贈???齬? | 1001000110100001001111110011111100111111111010101001011100111111 | 91a13f3f3fea973f |
EUC-JP | 贈???齬? | 1100001010100011001111110011111100111111111100111111011100111111 | c2a33f3f3ff3f73f |
UTF-8 | 贈쇠렓렍齬롑 | 111010001011010010001000111011001000011110100000111010111010000010010011111010111010000010001101111010011011110110101100111010111010000110010001 | e8b488ec87a0eba093eba08de9bdaceba191 |
UHC | 贈쇠렓렍齬롑 | 111100011111110010111100111010001000111010101000100011101010001111100101111000011011011111001100 | f1fcbce88ea88ea3e5e1b7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)