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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ猟ョテ姪ε | 110000111001011111000010101011101100001110010110110000111000001111000011 | c397c2aec396c383c3 |
EUC-JP | テ猟ョテ姪ε | 100011101100001111001110110001001000111010101110100011101100001111001100110001011010011011000101 | 8ec3cec48eae8ec3ccc5a6c5 |
UTF-8 | テ猟ョテ姪ε | 1110111110111110100000111110011110001100100111111110111110111101101011101110111110111110100000111110010110100111101010101100111010110101 | efbe83e78c9fefbdaeefbe83e5a7aaceb5 |
UHC | ????姪ε | 0011111100111111001111110011111111110010111010111010010111100101 | 3f3f3f3ff2eba5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)