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 | 畯基??縡 | 1111101101101111100010101110111000111111001111111110001101110001 | fb6f8aee3f3fe371 |
EUC-JP | 畯基??縡 | 100011111100110110111011101101001111000000111111001111111110010111010010 | 8fcdbbb4f03f3fe5d2 |
UTF-8 | 畯基렰렮縡 | 111001111001010110101111111001011001111110111010111010111010000010110000111010111010000010101110111001111011100010100001 | e795afe59fbaeba0b0eba0aee7b8a1 |
UHC | 畯基렰렮縡 | 11110001111000011101000011110001100011101011110110001110101110111110111010101101 | f1e1d0f18ebd8ebbeead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)