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 | ツ齒チ | 11000010111010101000111111000001 | c2ea8fc1 |
EUC-JP | ツ齒チ | 100011101100001011110011111011111000111011000001 | 8ec2f3ef8ec1 |
UTF-8 | ツ齒チ | 111011111011111010000010111010011011110110010010111011111011111010000001 | efbe82e9bd92efbe81 |
UHC | ?齒? | 00111111111101101100110100111111 | 3ff6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)