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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
EUC-JP | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
UTF-8 | 淋묓쉪w | 11101111101001111011010111101011101011001001001111101100100010011010101001110111 | efa7b5ebac93ec89aa77 |
UHC | 淋묓쉪w | 11101100111110001001000111101101100110101000010001110111 | ecf891ed9a8477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)