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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誰達鄭 | 100100100100111010010010010000101001001101000001 | 924e92429341 |
EUC-JP | 誰達鄭 | 110000111010111111000011101000111100010110100010 | c3afc3a3c5a2 |
UTF-8 | 誰達鄭 | 111010001010101010110000111010011000000110010100111010011000010010101101 | e8aab0e98194e984ad |
UHC | 誰達鄭 | 111000101100000111010011101110011110111111110111 | e2c1d3b9eff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)