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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜿泌膚 | 111001011000111110010100111001011001010110000110 | e58f94e59586 |
EUC-JP | 蜿泌膚 | 111010011110111111001000111001111100100111100110 | e9efc8e7c9e6 |
UTF-8 | 蜿泌膚 | 111010001001110010111111111001101011001110001100111010001000011010011010 | e89cbfe6b38ce8869a |
UHC | ?泌膚 | 0011111111111001101100101101110110110001 | 3ff9b2ddb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)