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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??М | 00111111001111111000010001001101 | 3f3f844d |
EUC-JP | 璵?М | 100011111100110011100110001111111010011110101110 | 8fcce63fa7ae |
UTF-8 | 璵밸М | 1110011110010010101101011110101110110000101110001101000010011100 | e792b5ebb0b8d09c |
UHC | 璵밸М | 111001101010010110111001111010111010110010101110 | e6a5b9ebacae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)