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 | 謳戀? | 1110011010010000100111001111011000111111 | e6909cf63f |
EUC-JP | 謳戀? | 1110101111110000110110001111100000111111 | ebf0d8f83f |
UTF-8 | 謳戀ㄼ | 111010001010110010110011111001101000100010000000111000111000010010111100 | e8acb3e68880e384bc |
UHC | 謳戀ㄼ | 110011111100010011010101111111001010010010101100 | cfc4d5fca4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)