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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 佈芴 | 100011111011000011101000100011111101011111001000 | 8fb0e88fd7c8 |
UTF-8 | 佈芴 | 111001001011110110001000111010001000101010110100 | e4bd88e88ab4 |
UHC | 佈? | 111110001100111100111111 | f8cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)