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 | 齊??肢 | 111010101000111000111111001111111000111010001000 | ea8e3f3f8e88 |
EUC-JP | 齊泮?肢 | 1111001111101110100011111100011110101000001111111011101111101000 | f3ee8fc7a83fbbe8 |
UTF-8 | 齊泮땍肢 | 111010011011110110001010111001101011001110101110111010111001010110001101111010001000001010100010 | e9bd8ae6b3aeeb958de882a2 |
UHC | 齊泮땍肢 | 1111000010111010110110101110101010110110101010001111001010110110 | f0badaeab6a8f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)