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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 袿抃゚蝨 | 11100101110111011001110101010110110111111110010110011100 | e5dd9d56dfe59c |
EUC-JP | 袿抃゚蝨 | 1110101011011111110110011011011110001110110111111110100111111100 | eadfd9b78edfe9fc |
UTF-8 | 袿抃゚蝨 | 111010001010001010111111111001101000101010000011111011111011111010011111111010001001110110101000 | e8a2bfe68a83efbe9fe89da8 |
UHC | ???蝨 | 0011111100111111001111111110001110100100 | 3f3f3fe3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)