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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籵ェ逵キ | 111000101110000010101010111001111001110010110111 | e2e0aae79cb7 |
EUC-JP | 籵ェ逵キ | 1110010011100010100011101010101011101101111111001000111010110111 | e4e28eaaedfc8eb7 |
UTF-8 | 籵ェ逵キ | 111001111011000110110101111011111011110110101010111010011000000010110101111011111011110110110111 | e7b1b5efbdaae980b5efbdb7 |
UHC | ??逵? | 0011111100111111110100001011000000111111 | 3f3fd0b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)