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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???飡 | 001111110011111100111111100011111110100011001000 | 3f3f3f8fe8c8 |
UTF-8 | 娛뤹썯飡 | 111001011010100010011011111010111010010010111001111011001000110110101111111010011010001110100001 | e5a89beba4b9ec8dafe9a3a1 |
UHC | 娛뤹썯飡 | 1110011111110100100011111110011110011011100111111110000111100010 | e7f48fe79b9fe1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)