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 | ?`?}?`?I^ | 001111110110000000111111011111010011111101100000001111110100100101011110 | 3f603f7d3f603f495e |
SJIS-WIN | ?`?}?`?I^ | 001111110110000000111111011111010011111101100000001111110100100101011110 | 3f603f7d3f603f495e |
EUC-JP | ?`?}?`?I^ | 001111110110000000111111011111010011111101100000001111110100100101011110 | 3f603f7d3f603f495e |
UTF-8 | 혢`찾}혢`혪I^ | 1110110110011000101000100110000011101100101100001011111001111101111011011001100010100010011000001110110110011000101010100100100101011110 | ed98a260ecb0be7ded98a260ed98aa495e |
UHC | 혢`찾}혢`혪I^ | 11000010100010110110000011000011101000110111110111000010100010110110000011000010100100100100100101011110 | c28b60c3a37dc28b60c292495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)