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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 밄쎟꽩}밄쎟꽩{^ | 111010111011000010000100111011001000111010011111111010101011110110101001011111011110101110110000100001001110110010001110100111111110101010111101101010010111101101011110 | ebb084ec8e9feabda97debb084ec8e9feabda97b5e |
UHC | 밄쎟꽩}밄쎟꽩{^ | 100100110100001010011011110001101000010010110100011111011001001101000010100110111100011010000100101101000111101101011110 | 93429bc684b47d93429bc684b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)