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 | 夜??誼? | 10010110111010010011111100111111100010110110001000111111 | 96e93f3f8b623f |
EUC-JP | 夜??誼? | 11001100111010110011111100111111101101011100001100111111 | cceb3f3fb5c33f |
UTF-8 | 夜쏅ㅏ誼톆 | 111001011010010010011100111011001000111110000101111000111000010110001111111010001010101010111100111011011000011010000110 | e5a49cec8f85e3858fe8aabced8686 |
UHC | 夜쏅ㅏ誼톆 | 11100101101010001001101111101011101001001011111111101011111111101011011101010111 | e5a89beba4bfebfeb757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)