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 | 逶エ關撮 | 11100111100110111011010011101000100100001000111001000010 | e79bb4e8908e42 |
EUC-JP | 逶エ關撮 | 1110110111111011100011101011010011101111111100001011101110100011 | edfb8eb4eff0bba3 |
UTF-8 | 逶エ關撮 | 111010011000000010110110111011111011110110110100111010011001011110011100111001101001001010101110 | e980b6efbdb4e9979ce692ae |
UHC | ??關撮 | 001111110011111111001110101111001111010111001001 | 3f3fcebcf5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)