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 | ÖüBÈU | 1101011011111100010000101100100001010101 | d6fc42c855 |
SJIS-WIN | ??B?U | 0011111100111111010000100011111101010101 | 3f3f423f55 |
EUC-JP | ÖüBÈU | 1000111110101010110100111000111110101011111001000100001010001111101010101011001001010101 | 8faad38fabe4428faab255 |
UTF-8 | ÖüBÈU | 1100001110010110110000111011110001000010110000111000100001010101 | c396c3bc42c38855 |
UHC | ??B?U | 0011111100111111010000100011111101010101 | 3f3f423f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)