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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏礼、コ褄 | 1110100011111000100101111110011110100100101110101110010111101011 | e8f897e7a4bae5eb |
EUC-JP | 顏礼、コ褄 | 11110000111110101100111011101001100011101010010010001110101110101110101011101101 | f0facee98ea48ebaeaed |
UTF-8 | 顏礼、コ褄 | 111010011010000110001111111001111010010010111100111011111011110110100100111011111011110110111010111010001010010010000100 | e9a18fe7a4bcefbda4efbdbae8a484 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)