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 | 碼肭莖 | 111000011111100111100011111010111110010010110001 | e1f9e3ebe4b1 |
EUC-JP | 碼肭莖 | 111000101111101111100110111011011110100010110011 | e2fbe6ede8b3 |
UTF-8 | 碼肭莖 | 111001111010001010111100111010001000001010101101111010001000111010010110 | e7a2bce882ade88e96 |
UHC | 碼?莖 | 1101100010100111001111111100110011101100 | d8a73fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)