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 | 罌븐떜흭曆 | 111001111011110110001100111010111011100010010000111010111001011010011100111011011001110110101101111011111010011010001011 | e7bd8cebb890eb969ced9dadefa68b |
UHC | 罌븐떜흭曆 | 11100101101000101011101011101100100010111011001011000101100010011110011010110111 | e5a2baec8bb2c589e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)