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 | 11100000100100100011111111100000100100100011111101000101 | e0923fe0923f45 |
EUC-JP | 熬?熬?E | 11011111111100100011111111011111111100100011111101000101 | dff23fdff23f45 |
UTF-8 | 熬줪熬줮E | 11100111100001101010110011101100101001001010101011100111100001101010110011101100101001001010111001000101 | e786aceca4aae786aceca4ae45 |
UHC | 熬줪熬줮E | 111010001010001010100010010110011110100010100010101000100110001001000101 | e8a2a259e8a2a26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)