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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ツ淞クhツ淞ク | 110000101001111111000010101110000110100011000010100111111100001010111000 | c29fc2b868c29fc2b8 |
EUC-JP | ツ淞クhツ淞ク | 10001110110000101101111011000100100011101011100001101000100011101100001011011110110001001000111010111000 | 8ec2dec48eb8688ec2dec48eb8 |
UTF-8 | ツ淞クhツ淞ク | 11101111101111101000001011100110101101111001111011101111101111011011100001101000111011111011111010000010111001101011011110011110111011111011110110111000 | efbe82e6b79eefbdb868efbe82e6b79eefbdb8 |
UHC | ?淞?h?淞? | 001111111110000111100111001111110110100000111111111000011110011100111111 | 3fe1e73f683fe1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)