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 | 漿?璋? | 100111111111011100111111111000001111011000111111 | 9ff73fe0f63f |
EUC-JP | 漿?璋? | 110111101111100100111111111000001111100000111111 | def93fe0f83f |
UTF-8 | 漿렏璋렲 | 111001101011110010111111111010111010000010001111111001111001001010001011111010111010000010110010 | e6bcbfeba08fe7928beba0b2 |
UHC | 漿렏璋렲 | 1110110111101100100011101010010111101101111100001000111010111111 | edec8ea5edf08ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)