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 | RJ° | 1001001001010010100100011010110110010010010010101001000110110000 | 925291ad924a91b0 |
SJIS-WIN | ?R???J?° | 001111110101001000111111001111110011111101001010001111111000000110001011 | 3f523f3f3f4a3f818b |
EUC-JP | ?R???J?° | 001111110101001000111111001111110011111101001010001111111010000111101011 | 3f523f3f3f4a3fa1eb |
UTF-8 | RJ° | 1100001010010010010100101100001010010001110000101010110111000010100100100100101011000010100100011100001010110000 | c29252c291c2adc2924ac291c2b0 |
UHC | ?R??J?° | 00111111010100100011111110100001101010010011111101001010001111111010000111000110 | 3f523fa1a93f4a3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)