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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?悽?E | 0011111110011100101011000011111101000101 | 3f9cac3f45 |
EUC-JP | ?悽焰E | 00111111110110001010111010001111110010011110111101000101 | 3fd8ae8fc9ef45 |
UTF-8 | 뤋悽焰E | 11101011101001001000101111100110100000101011110111100111100001001011000001000101 | eba48be682bde784b045 |
UHC | 뤋悽焰E | 10001111101110111111010010100100111001101111101101000101 | 8fbbf4a4e6fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)