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±R¦ | 1001001001010010100100011011000110010010010100101001000110100110 | 925291b1925291a6 |
SJIS-WIN | ?R?±?R?? | 001111110101001000111111100000010111110100111111010100100011111100111111 | 3f523f817d3f523f3f |
EUC-JP | ?R?±?R?¦ | 0011111101010010001111111010000111011110001111110101001000111111100011111010001011000011 | 3f523fa1de3f523f8fa2c3 |
UTF-8 | R±R¦ | 1100001010010010010100101100001010010001110000101011000111000010100100100101001011000010100100011100001010100110 | c29252c291c2b1c29252c291c2a6 |
UHC | ?R?±?R?? | 001111110101001000111111101000011011111000111111010100100011111100111111 | 3f523fa1be3f523f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)