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?o?]^ | 00111111010100100011111101101111001111110101110101011110 | 3f523f6f3f5d5e |
SJIS-WIN | 弔R弔o弔]^ | 10010010101000100101001010010010101000100110111110010010101000100101110101011110 | 92a25292a26f92a25d5e |
EUC-JP | 弔R弔o弔]^ | 11000100101001000101001011000100101001000110111111000100101001000101110101011110 | c4a452c4a46fc4a45d5e |
UTF-8 | 弔R弔o弔]^ | 11100101101111001001010001010010111001011011110010010100011011111110010110111100100101000101110101011110 | e5bc9452e5bc946fe5bc945d5e |
UHC | 弔R弔o弔]^ | 11110000110000000101001011110000110000000110111111110000110000000101110101011110 | f0c052f0c06ff0c05d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)