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 | `Y | 100110010110000010011101010110011001011010001100 | 99609d59968c |
SJIS-WIN | ?`?Y?? | 001111110110000000111111010110010011111100111111 | 3f603f593f3f |
EUC-JP | ?`?Y?? | 001111110110000000111111010110010011111100111111 | 3f603f593f3f |
UTF-8 | `Y | 11000010100110010110000011000010100111010101100111000010100101101100001010001100 | c29960c29d59c296c28c |
UHC | ?`?Y?? | 001111110110000000111111010110010011111100111111 | 3f603f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)