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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誰旦但辰 | 1001001001001110100100100101010110010010010000011001001001000011 | 924e925592419243 |
EUC-JP | 誰旦但辰 | 1100001110101111110000111011011011000011101000101100001110100100 | c3afc3b6c3a2c3a4 |
UTF-8 | 誰旦但辰 | 111010001010101010110000111001101001011110100110111001001011110110000110111010001011111010110000 | e8aab0e697a6e4bd86e8beb0 |
UHC | 誰旦但辰 | 1110001011000001110100111010100111010011101000111111001011100011 | e2c1d3a9d3a3f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)