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 | 預???? | 100101110110000100111111001111110011111100111111 | 97613f3f3f3f |
EUC-JP | 預???? | 110011011100001000111111001111110011111100111111 | cdc23f3f3f3f |
UTF-8 | 預앸줃溜뛄 | 111010011010000010010000111011001001010110111000111011001010010010000011111011111010011110001011111010111001101110000100 | e9a090ec95b8eca483efa78beb9b84 |
UHC | 預앸줃溜뛄 | 11100111111010001001110111101011101000011001101011101010111111101000110101000010 | e7e89deba19aeafe8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)