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 | YRYRB | 100100100101100110010010010100101001001001011001100100100101001001000010 | 925992529259925242 |
SJIS-WIN | ?Y?R?Y?RB | 001111110101100100111111010100100011111101011001001111110101001001000010 | 3f593f523f593f5242 |
EUC-JP | ?Y?R?Y?RB | 001111110101100100111111010100100011111101011001001111110101001001000010 | 3f593f523f593f5242 |
UTF-8 | YRYRB | 11000010100100100101100111000010100100100101001011000010100100100101100111000010100100100101001001000010 | c29259c29252c29259c2925242 |
UHC | ?Y?R?Y?RB | 001111110101100100111111010100100011111101011001001111110101001001000010 | 3f593f523f593f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)