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 | 媛??載 | 100101010101000100111111001111111000110111011010 | 95513f3f8dda |
EUC-JP | 媛??載 | 110010011011001000111111001111111011101011011100 | c9b23f3fbadc |
UTF-8 | 媛븅♥載 | 111001011010101010011011111010111011100010000101111000101001100110100101111010001011110010001001 | e5aa9bebb885e299a5e8bc89 |
UHC | 媛븅♥載 | 1110101010110000101110101110100110100010101111101110111010110000 | eab0bae9a2beeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)