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 | 謳?像 | 1110011010010000001111111001000110011100 | e6903f919c |
EUC-JP | 謳?像 | 1110101111110000001111111100000111111100 | ebf03fc1fc |
UTF-8 | 謳鍊像 | 111010001010110010110011111011111010011010011011111001011000001110001111 | e8acb3efa69be5838f |
UHC | 謳鍊像 | 110011111100010011100110111010001101111111000000 | cfc4e6e8dfc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)