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 | 扼?洲 | 1001110101001110001111111000111101000110 | 9d4e3f8f46 |
EUC-JP | 扼?洲 | 1101100110101111001111111011110110100111 | d9af3fbda7 |
UTF-8 | 扼롚洲 | 111001101000100110111100111010111010000110011010111001101011010010110010 | e689bceba19ae6b4b2 |
UHC | 扼롚洲 | 111001001111100110001110110111101111000110111101 | e4f98edef1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)