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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 細?細 | 1000110111010111001111111000110111010111 | 8dd73f8dd7 |
EUC-JP | 細?細 | 1011101011011001001111111011101011011001 | bad93fbad9 |
UTF-8 | 細뵣細 | 111001111011010010110000111010111011010110100011111001111011010010110000 | e7b4b0ebb5a3e7b4b0 |
UHC | 細뵣細 | 111000011010110010010100101000111110000110101100 | e1ac94a3e1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)