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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 岫岫[岫岫[^ | 1001101110101011100110111010101101011011100110111010101110011011101010110101101101011110 | 9bab9bab5b9bab9bab5b5e |
EUC-JP | 岫岫[岫岫[^ | 1101011010101101110101101010110101011011110101101010110111010110101011010101101101011110 | d6add6ad5bd6add6ad5b5e |
UTF-8 | 岫岫[岫岫[^ | 111001011011001010101011111001011011001010101011010110111110010110110010101010111110010110110010101010110101101101011110 | e5b2abe5b2ab5be5b2abe5b2ab5b5e |
UHC | 岫岫[岫岫[^ | 1110000111111011111000011111101101011011111000011111101111100001111110110101101101011110 | e1fbe1fb5be1fbe1fb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)