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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | テ・ツ板出BF | 110000111010010111000010100101001100001010001111011011110100001001000110 | c3a5c294c28f6f4246 |
EUC-JP | テ・ツ板出BF | 100011101100001110001110101001011000111011000010110010001100010010111101110100000100001001000110 | 8ec38ea58ec2c8c4bdd04246 |
UTF-8 | テ・ツ板出BF | 1110111110111110100000111110111110111101101001011110111110111110100000101110011010011101101111111110010110000111101110100100001001000110 | efbe83efbda5efbe82e69dbfe587ba4246 |
UHC | ???板出BF | 001111110011111100111111111101111111100111110101111100110100001001000110 | 3f3f3ff7f9f5f34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)