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 | 0011111110010010111001110011111101000101 | 3f92e73f45 |
EUC-JP | ?堤焰E | 00111111110001001110100110001111110010011110111101000101 | 3fc4e98fc9ef45 |
UTF-8 | 뤻堤焰E | 11101011101001001011101111100101101000001010010011100111100001001011000001000101 | eba4bbe5a0a4e784b045 |
UHC | 뤻堤焰E | 10001111111010011111000010100111111001101111101101000101 | 8fe9f0a7e6fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)