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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 莨o習@B | 1110010010111100100000101000111110001111010010110100000001000010 | e4bc828f8f4b4042 |
EUC-JP | 莨o習@B | 1110100010111110101000111110111110111101101011000100000001000010 | e8bea3efbdac4042 |
UTF-8 | 莨o習@B | 1110100010001110101010001110111110111101100011111110011110111111100100100100000001000010 | e88ea8efbd8fe7bf924042 |
UHC | ?o習@B | 00111111101000111110111111100011101001110100000001000010 | 3fa3efe3a74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)