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 | 蟄伜娼菫 | 1110010110101101100110001110010110001111101010011110010010111111 | e5ad98e58fa9e4bf |
EUC-JP | 蟄伜娼菫 | 1110101010101111110100001110011110111110101010111110100011000001 | eaafd0e7beabe8c1 |
UTF-8 | 蟄伜娼菫 | 111010001001111110000100111001001011110010011100111001011010100010111100111010001000111110101011 | e89f84e4bc9ce5a8bce88fab |
UHC | 蟄?娼菫 | 11110110110111100011111111110011110111101101000011001011 | f6de3ff3ded0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)