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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 絶??B? | 100100001110001000111111001111110100001000111111 | 90e23f3f423f |
EUC-JP | 絶??B? | 110000001110010000111111001111110100001000111111 | c0e43f3f423f |
UTF-8 | 絶볩쉭B狀 | 11100111101101011011011011101011101100111010100111101100100010011010110101000010111011111010011110111010 | e7b5b6ebb3a9ec89ad42efa7ba |
UHC | 絶볩쉭B狀 | 111011111011111010010011111011111011110110101101010000101110110111101110 | efbe93efbdad42edee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)