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 | 臓造即測 | 1001000110011111100100011010001010010001101001101001000110101010 | 919f91a291a691aa |
EUC-JP | 臓造即測 | 1100001010100001110000101010010011000010101010001100001010101100 | c2a1c2a4c2a8c2ac |
UTF-8 | 臓造即測 | 111010001000011110010011111010011000000010100000111001011000110110110011111001101011100010101100 | e88793e980a0e58db3e6b8ac |
UHC | ?造?測 | 001111111111000011100011001111111111011010110100 | 3ff0e33ff6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)