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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ???微E | 001111110011111100111111100101001111011101000101 | 3f3f3f94f745 |
EUC-JP | ??寗微E | 0011111100111111100011111011101011100000110010001111100101000101 | 3f3f8fbae0c8f945 |
UTF-8 | 셋뤶寗微E | 11101100100001011000101111101011101001001011011011100101101011111001011111100101101111101010111001000101 | ec858beba4b6e5af97e5beae45 |
UHC | 셋뤶寗微E | 101111001100001010001111111001001101001010111100110110101011000001000101 | bcc28fe4d2bcdab045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)