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 | ?釣??? | 001111111001001011011110001111110011111100111111 | 3f92de3f3f3f |
EUC-JP | ?釣??? | 001111111100010011100000001111110011111100111111 | 3fc4e03f3f3f |
UTF-8 | 솟釣셀솟솨 | 111011001000011010011111111010011000011110100011111011001000010110000000111011001000011010011111111011001000011010101000 | ec869fe987a3ec8580ec869fec86a8 |
UHC | 솟釣셀솟솨 | 10111100110110101111000011100101101111001011111110111100110110101011110011011101 | bcdaf0e5bcbfbcdabcdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)