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 | 夜??懈? | 10010110111010010011111100111111100111001110011000111111 | 96e93f3f9ce63f |
EUC-JP | 夜??懈? | 11001100111010110011111100111111110110001110100000111111 | cceb3f3fd8e83f |
UTF-8 | 夜쏅ㅊ懈딉 | 111001011010010010011100111011001000111110000101111000111000010110001010111001101000011110001000111010111001010010001001 | e5a49cec8f85e3858ae68788eb9489 |
UHC | 夜쏅ㅊ懈딉 | 11100101101010001001101111101011101001001011101011111010101010111000101011101111 | e5a89beba4bafaab8aef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)