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 | 110000111010100011000010100101001100001010011000010110110100001001000110 | c3a8c294c2985b4246 |
EUC-JP | ティツ板麓BF | 100011101100001110001110101010001000111011000010110010001100010011001111101111000100001001000110 | 8ec38ea88ec2c8c4cfbc4246 |
UTF-8 | ティツ板麓BF | 1110111110111110100000111110111110111101101010001110111110111110100000101110011010011101101111111110100110111010100100110100001001000110 | efbe83efbda8efbe82e69dbfe9ba934246 |
UHC | ???板麓BF | 001111110011111100111111111101111111100111010110111001000100001001000110 | 3f3f3ff7f9d6e44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)