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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 悽?? | 10011100101011000011111100111111 | 9cac3f3f |
EUC-JP | 悽?? | 11011000101011100011111100111111 | d8ae3f3f |
UTF-8 | 悽렊뤚 | 111001101000001010111101111010111010000010001010111010111010010010011010 | e682bdeba08aeba49a |
UHC | 悽렊뤚 | 111101001010010010001110101000011000111111001001 | f4a48ea18fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)