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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 樟?漿?E | 10001111101111100011111110011111111101110011111101000101 | 8fbe3f9ff73f45 |
EUC-JP | 樟?漿?E | 10111110110000000011111111011110111110010011111101000101 | bec03fdef93f45 |
UTF-8 | 樟렣漿렱E | 11100110101010001001111111101011101000001010001111100110101111001011111111101011101000001011000101000101 | e6a89feba0a3e6bcbfeba0b145 |
UHC | 樟렣漿렱E | 111011011110100110001110101101001110110111101100100011101011111001000101 | ede98eb4edec8ebe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)