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 | 楢?? | 10010011111010000011111100111111 | 93e83f3f |
EUC-JP | 楢?? | 11000110111010100011111100111111 | c6ea3f3f |
UTF-8 | 楢累꼭 | 111001101010010110100010111011111010010110001111111010101011110010101101 | e6a5a2efa58feabcad |
UHC | 楢累꼭 | 111010101111100111010010111010011011001011000000 | eaf9d2e9b2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)