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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???相B | 001111110011111100111111100100011000101001000010 | 3f3f3f918a42 |
EUC-JP | ???相B | 001111110011111100111111110000011110101001000010 | 3f3f3fc1ea42 |
UTF-8 | 쒔렍렊相B | 11101100100100101001010011101011101000001000110111101011101000001000101011100111100110111011100001000010 | ec9294eba08deba08ae79bb842 |
UHC | 쒔렍렊相B | 101111101010110110001110101000111000111010100001110111111101001101000010 | bead8ea38ea1dfd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)