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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 縡?芸?愈 | 1110001101110001001111111000110001111100001111111001011011111010 | e3713f8c7c3f96fa |
EUC-JP | 縡?芸?愈 | 1110010111010010001111111011011111011101001111111100110011111100 | e5d23fb7dd3fccfc |
UTF-8 | 縡렕芸렑愈 | 111001111011100010100001111010111010000010010101111010001000101010111000111010111010000010010001111001101000010010001000 | e7b8a1eba095e88ab8eba091e68488 |
UHC | 縡렕芸렑愈 | 11101110101011011000111010101010111010011111110110001110101001101110101011101111 | eead8eaae9fd8ea6eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)