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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髢ァ蟶吶Δ | 111010011001011010100111111001011011100010011001111000111000001110100010 | e996a7e5b899e383a2 |
EUC-JP | 髢ァ蟶吶Δ | 11110001111101101000111010100111111010101011101011010010111001011010011010100100 | f1f68ea7eabad2e5a6a4 |
UTF-8 | 髢ァ蟶吶Δ | 1110100110101011101000101110111110111101101001111110100010011111101101101110010110010000101101101100111010010100 | e9aba2efbda7e89fb6e590b6ce94 |
UHC | ????Δ | 001111110011111100111111001111111010010111000100 | 3f3f3f3fa5c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)