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 | ?BU | 001111110100001001010101 | 3f4255 |
SJIS-WIN | 羞BU | 11100011101101010100001001010101 | e3b54255 |
EUC-JP | 羞BU | 11100110101101110100001001010101 | e6b74255 |
UTF-8 | 羞BU | 1110011110111110100111100100001001010101 | e7be9e4255 |
UHC | 羞BU | 11100010101110100100001001010101 | e2ba4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)