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 | ?班?漿? | 00111111100101001100011100111111100111111111011100111111 | 3f94c73f9ff73f |
EUC-JP | ?班?漿? | 00111111110010001100100100111111110111101111100100111111 | 3fc8c93fdef93f |
UTF-8 | 뤶班희漿풆 | 111010111010010010110110111001111000111110101101111011011001110110101100111001101011110010111111111011011001001010000110 | eba4b6e78faded9dace6bcbfed9286 |
UHC | 뤶班희漿풆 | 10001111111001001101101011101100110010001111000111101101111011001011111010001110 | 8fe4daecc8f1edecbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)