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 | ??P?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | テ、Pツ仰 | 110000111010010001010000110000101000101111000010 | c3a450c28bc2 |
EUC-JP | テ、Pツ仰 | 100011101100001110001110101001000101000010001110110000101011011011000100 | 8ec38ea4508ec2b6c4 |
UTF-8 | テ、Pツ仰 | 11101111101111101000001111101111101111011010010001010000111011111011111010000010111001001011101110110000 | efbe83efbda450efbe82e4bbb0 |
UHC | ??P?仰 | 001111110011111101010000001111111110010011100110 | 3f3f503fe4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)