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 | 夜??椅? | 10010110111010010011111100111111100010001101011000111111 | 96e93f3f88d63f |
EUC-JP | 夜??椅? | 11001100111010110011111100111111101100001101100000111111 | cceb3f3fb0d83f |
UTF-8 | 夜쏅뗄椅먨 | 111001011010010010011100111011001000111110000101111010111001011110000100111001101010010010000101111010111010100010101000 | e5a49cec8f85eb9784e6a485eba8a8 |
UHC | 夜쏅뗄椅먨 | 11100101101010001001101111101011101101101011111111101011111101011001000011100101 | e5a89bebb6bfebf590e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)