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 | ??嶝漿? | 00111111001111111001101111010001100111111111011100111111 | 3f3f9bd19ff73f |
EUC-JP | ??嶝漿? | 00111111001111111101011011010011110111101111100100111111 | 3f3fd6d3def93f |
UTF-8 | 뤵퓥嶝漿쪔 | 111010111010010010110101111011011001001110100101111001011011011010011101111001101011110010111111111011001010101010010100 | eba4b5ed93a5e5b69de6bcbfecaa94 |
UHC | 뤵퓥嶝漿쪔 | 10001111111000111011111110001110110101001111000111101101111011001010010110001110 | 8fe3bf8ed4f1edeca58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)