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 | 沼扇? | 1000111111000000100100001110111000111111 | 8fc090ee3f |
EUC-JP | 沼扇瘙 | 10111110110000101100000011110000100011111100110111110000 | bec2c0f08fcdf0 |
UTF-8 | 沼扇瘙 | 111001101011001010111100111001101000100110000111111001111001100010011001 | e6b2bce68987e79899 |
UHC | 沼扇瘙 | 111000011011101111100000101111111110000111000100 | e1bbe0bfe1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)