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 | 罌???? | 111000111010000000111111001111110011111100111111 | e3a03f3f3f3f |
EUC-JP | 罌???? | 111001101010001000111111001111110011111100111111 | e6a23f3f3f3f |
UTF-8 | 罌삳쑚痢묪 | 111001111011110110001100111011001000001010110011111011001001000110011010111011111010011110100101111010111010110010101010 | e7bd8cec82b3ec919aefa7a5ebacaa |
UHC | 罌삳쑚痢묪 | 11100101101000101011101111101011100111001011100111101100101110001001001001000010 | e5a2bbeb9cb9ecb89242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)