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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 廬볡뱩隣펔 | 111011111010011010000010111010111011001110100001111010111011000110101001111011111010011110110001111011011000111010010100 | efa682ebb3a1ebb1a9efa7b1ed8e94 |
UHC | 廬볡뱩隣펔 | 11100101111111101001001111100111100100111000111111101100111001001011110001101000 | e5fe93e7938fece4bc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)