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 | 100100101000011000111111001111110011111101000010 | 92863f3f3f42 |
EUC-JP | 中???B | 110000111110011000111111001111110011111101000010 | c3e63f3f3f42 |
UTF-8 | 中쮸렎렭B | 11100100101110001010110111101100101011101011100011101011101000001000111011101011101000001010110101000010 | e4b8adecaeb8eba08eeba0ad42 |
UHC | 中쮸렎렭B | 111100011110100111000010111010011000111010100100100011101011101001000010 | f1e9c2e98ea48eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)