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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 竺 | 11110010101010011000111010110001 | f2a98eb1 |
EUC-JP | ?竺 | 001111111011110010110011 | 3fbcb3 |
UTF-8 | 竺 | 111011101000011110100000111001111010101110111010 | ee87a0e7abba |
UHC | ?竺 | 001111111111010111100111 | 3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)