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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???雰 | 0011111100111111001111111001010110110101 | 3f3f3f95b5 |
EUC-JP | ???雰 | 0011111100111111001111111100101010110111 | 3f3f3fcab7 |
UTF-8 | 뤗횓틣雰 | 111010111010010010010111111011011001101010010011111011011000101110100011111010011001101110110000 | eba497ed9a93ed8ba3e99bb0 |
UHC | 뤗횓틣雰 | 1000111111000111110000111000111010111010100011111101110111010100 | 8fc7c38eba8fddd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)