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 | R±BYY | 100100100101001010010001101100011001001001000010100100100101100101011001 | 925291b19242925959 |
SJIS-WIN | ?R?±?B?YY | 00111111010100100011111110000001011111010011111101000010001111110101100101011001 | 3f523f817d3f423f5959 |
EUC-JP | ?R?±?B?YY | 00111111010100100011111110100001110111100011111101000010001111110101100101011001 | 3f523fa1de3f423f5959 |
UTF-8 | R±BYY | 1100001010010010010100101100001010010001110000101011000111000010100100100100001011000010100100100101100101011001 | c29252c291c2b1c29242c2925959 |
UHC | ?R?±?B?YY | 00111111010100100011111110100001101111100011111101000010001111110101100101011001 | 3f523fa1be3f423f5959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)