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 | ??º | 001111110011111110111010 | 3f3fba |
SJIS-WIN | 箋o? | 1110001010110011100000101000111100111111 | e2b3828f3f |
EUC-JP | 箋oº | 11100100101101011010001111101111100011111010001011101011 | e4b5a3ef8fa2eb |
UTF-8 | 箋oº | 1110011110101110100010111110111110111101100011111100001010111010 | e7ae8befbd8fc2ba |
UHC | 箋oº | 111011111010100010100011111011111010100010101100 | efa8a3efa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)