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 | 坦卒坦即坦 | 10010010010100101001000110110010100100100101001010010001101001101001001001010010 | 925291b2925291a69252 |
EUC-JP | 坦卒坦即坦 | 11000011101100111100001010110100110000111011001111000010101010001100001110110011 | c3b3c2b4c3b3c2a8c3b3 |
UTF-8 | 坦卒坦即坦 | 111001011001110110100110111001011000110110010010111001011001110110100110111001011000110110110011111001011001110110100110 | e59da6e58d92e59da6e58db3e59da6 |
UHC | 坦卒坦?坦 | 111101111010010011110000111011111111011110100100001111111111011110100100 | f7a4f0eff7a43ff7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)