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\ | 0011111100111111001111110101001001011100 | 3f3f3f525c |
SJIS-WIN | 劾??R\ | 100010100100111000111111001111110101001001011100 | 8a4e3f3f525c |
EUC-JP | 劾??R\ | 101100111010111100111111001111110101001001011100 | b3af3f3f525c |
UTF-8 | 劾귦샂R\ | 1110010110001010101111101110101010110111101001101110110010000011100000100101001001011100 | e58abeeab7a6ec8382525c |
UHC | 劾귦샂R\ | 1111101010110110100000101110110110011000101101000101001001011100 | fab682ed98b4525c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)