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 | 茫縁秋莉 | 1110010010101001100010011000111110001111010010001110010010111011 | e4a9898f8f48e4bb |
EUC-JP | 茫縁秋莉 | 1110100010101011101100011110111110111101101010011110100010111101 | e8abb1efbda9e8bd |
UTF-8 | 茫縁秋莉 | 111010001000110010101011111001111011100010000001111001111010011110001011111010001000111010001001 | e88cabe7b881e7a78be88e89 |
UHC | 茫?秋莉 | 11011000110101000011111111110101110101011101011111101001 | d8d43ff5d5d7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)