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 | 蔵俗蔵測 | 1001000110100000100100011010110110010001101000001001000110101010 | 91a091ad91a091aa |
EUC-JP | 蔵俗蔵測 | 1100001010100010110000101010111111000010101000101100001010101100 | c2a2c2afc2a2c2ac |
UTF-8 | 蔵俗蔵測 | 111010001001010010110101111001001011111110010111111010001001010010110101111001101011100010101100 | e894b5e4bf97e894b5e6b8ac |
UHC | ?俗?測 | 001111111110000111010100001111111111011010110100 | 3fe1d43ff6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)