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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?僞\ | 00111111100110010100010101011100 | 3f99455c |
EUC-JP | ?僞\ | 00111111110100011010011001011100 | 3fd1a65c |
UTF-8 | 셀僞\ | 11101100100001011000000011100101100000111001111001011100 | ec8580e5839e5c |
UHC | 셀僞\ | 1011110010111111111010101100101001011100 | bcbfeaca5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)