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 | ツ閉鳴環ァ | 1100001010010101110000101001011011000010100010101100001010100111 | c295c296c28ac2a7 |
EUC-JP | ツ閉鳴環ァ | 10001110110000101100101011000100110011001100010010110100110001001000111010100111 | 8ec2cac4ccc4b4c48ea7 |
UTF-8 | ツ閉鳴環ァ | 111011111011111010000010111010011001011010001001111010011011001110110100111001111001001010110000111011111011110110100111 | efbe82e99689e9b3b4e792b0efbda7 |
UHC | ?閉鳴環? | 0011111111111000110011011101100110110000111111001011101100111111 | 3ff8cdd9b0fcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)