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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | 畯基??D^ | 1111101101101111100010101110111000111111001111110100010001011110 | fb6f8aee3f3f445e |
EUC-JP | 畯基??D^ | 100011111100110110111011101101001111000000111111001111110100010001011110 | 8fcdbbb4f03f3f445e |
UTF-8 | 畯基렰렮D^ | 1110011110010101101011111110010110011111101110101110101110100000101100001110101110100000101011100100010001011110 | e795afe59fbaeba0b0eba0ae445e |
UHC | 畯基렰렮D^ | 11110001111000011101000011110001100011101011110110001110101110110100010001011110 | f1e1d0f18ebd8ebb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)