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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 蔭????E | 10001000111111000011111100111111001111110011111101000101 | 88fc3f3f3f3f45 |
EUC-JP | 蔭????E | 10110000111111100011111100111111001111110011111101000101 | b0fe3f3f3f3f45 |
UTF-8 | 蔭띾젨溜뻉E | 11101000100101001010110111101011100111011011111011101100101000001010100011101111101001111000101111101011101110111000100101000101 | e894adeb9dbeeca0a8efa78bebbb8945 |
UHC | 蔭띾젨溜뻉E | 1110101111100011100011011110101110100000101000001110101011111110100101100101001001000101 | ebe38deba0a0eafe965245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)