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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋗漆障 | 111110111101000010001110101111011000111111100001 | fbd08ebd8fe1 |
EUC-JP | 鋗漆障 | 10001111111001001100000110111100101111111011111011100011 | 8fe4c1bcbfbee3 |
UTF-8 | 鋗漆障 | 111010011000101110010111111001101011110010000110111010011001101010011100 | e98b97e6bc86e99a9c |
UHC | ?漆障 | 0011111111110110110101001110111010100001 | 3ff6d4eea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)