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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ閃ツ渉ュ | 11000010100100010100110111000010100011111100001010101101 | c2914dc28fc2ad |
EUC-JP | ツ閃ツ渉ュ | 10001110110000101100000110101110100011101100001010111110110001001000111010101101 | 8ec2c1ae8ec2bec48ead |
UTF-8 | ツ閃ツ渉ュ | 111011111011111010000010111010011001011010000011111011111011111010000010111001101011100010001001111011111011110110101101 | efbe82e99683efbe82e6b889efbdad |
UHC | ?閃??? | 001111111110000011101100001111110011111100111111 | 3fe0ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)