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 | ??u | 001111110011111101110101 | 3f3f75 |
SJIS-WIN | 形?u | 10001100011000000011111101110101 | 8c603f75 |
EUC-JP | 形?u | 10110111110000010011111101110101 | b7c13f75 |
UTF-8 | 形렠u | 11100101101111011010001011101011101000001010000001110101 | e5bda2eba0a075 |
UHC | 形렠u | 1111101110100001100011101011000101110101 | fba18eb175 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)