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 | ツ窪ツ㏄ | 110000101000110001000101110000101000011101110100 | c28c45c28774 |
EUC-JP | ツ窪ツ? | 10001110110000101011011110100110100011101100001000111111 | 8ec2b7a68ec23f |
UTF-8 | ツ窪ツ㏄ | 111011111011111010000010111001111010101010101010111011111011111010000010111000111000111110000100 | efbe82e7aaaaefbe82e38f84 |
UHC | ?窪?㏄ | 001111111110100011000001001111111010011110100110 | 3fe8c13fa7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)