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 | ?捲??? | 001111111000110010011110001111110011111100111111 | 3f8c9e3f3f3f |
EUC-JP | ?捲??? | 001111111011011111111110001111110011111100111111 | 3fb7fe3f3f3f |
UTF-8 | 뤋捲혧천렜 | 111010111010010010001011111001101000110110110010111011011001100010100111111011001011001010011100111010111010000010011100 | eba48be68db2ed98a7ecb29ceba09c |
UHC | 뤋捲혧천렜 | 10001111101110111100111111101100110000101000111111000011101101011000111010101110 | 8fbbcfecc28fc3b58eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)