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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臓竪束 | 100100011001111110010010010001111001000110101001 | 919f924791a9 |
EUC-JP | 臓竪束 | 110000101010000111000011101010001100001010101011 | c2a1c3a8c2ab |
UTF-8 | 臓竪束 | 111010001000011110010011111001111010101110101010111001101001110110011111 | e88793e7abaae69d9f |
UHC | ?竪束 | 0011111111100010101101011110000111010110 | 3fe2b5e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)