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 | ?嚮?餘 | 001111111001101010001100001111111110100101010000 | 3f9a8c3fe950 |
EUC-JP | ?嚮澐餘 | 0011111111010011111011001000111111001000111010011111000110110001 | 3fd3ec8fc8e9f1b1 |
UTF-8 | 뤗嚮澐餘 | 111010111010010010010111111001011001101010101110111001101011111010010000111010011010010010011000 | eba497e59aaee6be90e9a498 |
UHC | 뤗嚮澐餘 | 1000111111000111111110101011111111101001111110101110011010101110 | 8fc7fabfe9fae6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)