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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狄礪狄獏B | 111000001011110111100001111010001110000010111101111000001101000101000010 | e0bde1e8e0bde0d142 |
EUC-JP | 狄礪狄獏B | 111000001011111111100010111010101110000010111111111000001101001101000010 | e0bfe2eae0bfe0d342 |
UTF-8 | 狄礪狄獏B | 11100111100010111000010011100111101001001010101011100111100010111000010011100111100011011000111101000010 | e78b84e7a4aae78b84e78d8f42 |
UHC | 狄礪狄?B | 1110111011011010110101011110110011101110110110100011111101000010 | eedad5eceeda3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)