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 | UBgF | 100100100101010110010010010000100110011101000110 | 925592426746 |
SJIS-WIN | ?U?BgF | 001111110101010100111111010000100110011101000110 | 3f553f426746 |
EUC-JP | ?U?BgF | 001111110101010100111111010000100110011101000110 | 3f553f426746 |
UTF-8 | UBgF | 1100001010010010010101011100001010010010010000100110011101000110 | c29255c292426746 |
UHC | ?U?BgF | 001111110101010100111111010000100110011101000110 | 3f553f426746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)