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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 媛?靖? | 100101010101000100111111100101101111010100111111 | 95513f96f53f |
EUC-JP | 媛?靖? | 110010011011001000111111110011001111011100111111 | c9b23fccf73f |
UTF-8 | 媛렟靖렢 | 111001011010101010011011111010111010000010011111111010011001110110010110111010111010000010100010 | e5aa9beba09fe99d96eba0a2 |
UHC | 媛렟靖렢 | 1110101010110000100011101011000011101111111111101000111010110011 | eab08eb0effe8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)