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 | 辰揃辰揃但 | 10010010010000111001000110110101100100100100001110010001101101011001001001000001 | 924391b5924391b59241 |
EUC-JP | 辰揃辰揃但 | 11000011101001001100001010110111110000111010010011000010101101111100001110100010 | c3a4c2b7c3a4c2b7c3a2 |
UTF-8 | 辰揃辰揃但 | 111010001011111010110000111001101000111110000011111010001011111010110000111001101000111110000011111001001011110110000110 | e8beb0e68f83e8beb0e68f83e4bd86 |
UHC | 辰?辰?但 | 1111001011100011001111111111001011100011001111111101001110100011 | f2e33ff2e33fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)