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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪??? | 1001100110010010001111110011111100111111 | 99923f3f3f |
EUC-JP | 剪??? | 1101000111110010001111110011111100111111 | d1f23f3f3f |
UTF-8 | 剪렲卽띄 | 111001011000100110101010111010111010000010110010111001011000110110111101111010111001110110000100 | e589aaeba0b2e58dbdeb9d84 |
UHC | 剪렲卽띄 | 1110111011110010100011101011111111110001111011011011011011100111 | eef28ebff1edb6e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)