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 | 謳淏~ | 111001101001000011111011010000101000000101100000 | e690fb428160 |
EUC-JP | 謳淏〜 | 11101011111100001000111111000111110110011010000111000001 | ebf08fc7d9a1c1 |
UTF-8 | 謳淏~ | 111010001010110010110011111001101011011110001111111011111011110110011110 | e8acb3e6b78fefbd9e |
UHC | 謳淏~ | 110011111100010011111011110010001010001010100110 | cfc4fbc8a2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)