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 | ??U?? | 0011111100111111010101010011111100111111 | 3f3f553f3f |
SJIS-WIN | テ、Uツ仰 | 110000111010010001010101110000101000101111000010 | c3a455c28bc2 |
EUC-JP | テ、Uツ仰 | 100011101100001110001110101001000101010110001110110000101011011011000100 | 8ec38ea4558ec2b6c4 |
UTF-8 | テ、Uツ仰 | 11101111101111101000001111101111101111011010010001010101111011111011111010000010111001001011101110110000 | efbe83efbda455efbe82e4bbb0 |
UHC | ??U?仰 | 001111110011111101010101001111111110010011100110 | 3f3f553fe4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)