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 | 輿??? | 1001011101100000001111110011111100111111 | 97603f3f3f |
EUC-JP | 輿??? | 1100110111000001001111110011111100111111 | cdc13f3f3f |
UTF-8 | 輿띈븺흸 | 111010001011110010111111111010111001110110001000111010111011100010111010111011011001110110111000 | e8bcbfeb9d88ebb8baed9db8 |
UHC | 輿띈븺흸 | 1110011010101011101101101110100010010101101000111100010110010010 | e6abb6e895a3c592 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)