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 | 媛?已 | 1001010101010001001111111001101111011111 | 95513f9bdf |
EUC-JP | 媛?已 | 1100100110110010001111111101011011100001 | c9b23fd6e1 |
UTF-8 | 媛렢已 | 111001011010101010011011111010111010000010100010111001011011011110110010 | e5aa9beba0a2e5b7b2 |
UHC | 媛렢已 | 111010101011000010001110101100111110110010101011 | eab08eb3ecab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)