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 | DYDYB | 100100010100010010011001010110011001000101000100100110010101100101000010 | 914499599144995942 |
SJIS-WIN | ?D?Y?D?YB | 001111110100010000111111010110010011111101000100001111110101100101000010 | 3f443f593f443f5942 |
EUC-JP | ?D?Y?D?YB | 001111110100010000111111010110010011111101000100001111110101100101000010 | 3f443f593f443f5942 |
UTF-8 | DYDYB | 11000010100100010100010011000010100110010101100111000010100100010100010011000010100110010101100101000010 | c29144c29959c29144c2995942 |
UHC | ?D?Y?D?YB | 001111110100010000111111010110010011111101000100001111110101100101000010 | 3f443f593f443f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)