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 | 竪即其竪 | 1001001001000111100100011010011010010001101101001001001001000111 | 924791a691b49247 |
EUC-JP | 竪即其竪 | 1100001110101000110000101010100011000010101101101100001110101000 | c3a8c2a8c2b6c3a8 |
UTF-8 | 竪即其竪 | 111001111010101110101010111001011000110110110011111001011000010110110110111001111010101110101010 | e7abaae58db3e585b6e7abaa |
UHC | 竪?其竪 | 11100010101101010011111111010000111011001110001010110101 | e2b53fd0ece2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)