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 | 辿促辿坦 | 1001001001001000100100011010001110010010010010001001001001010010 | 924891a392489252 |
EUC-JP | 辿促辿坦 | 1100001110101001110000101010010111000011101010011100001110110011 | c3a9c2a5c3a9c3b3 |
UTF-8 | 辿促辿坦 | 111010001011111010111111111001001011111110000011111010001011111010111111111001011001110110100110 | e8bebfe4bf83e8bebfe59da6 |
UHC | ?促?坦 | 001111111111010110110101001111111111011110100100 | 3ff5b53ff7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)