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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邨よ | 11100111101101011000001011100110 | e7b582e6 |
EUC-JP | 邨よ | 11101110101101111010010011101000 | eeb7a4e8 |
UTF-8 | 邨よ | 111010011000001010101000111000111000001010001000 | e982a8e38288 |
UHC | 邨よ | 11110101101111101010101011101000 | f5beaae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)