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 | ジシコ韋 | 1011110011011110101111001011101011101000111010001111000011010110 | bcdebcbae8e8f0d6 |
EUC-JP | ジシコ韋? | 1000111010111100100011101101111010001110101111001000111010111010111100001110101000111111 | 8ebc8ede8ebc8ebaf0ea3f |
UTF-8 | ジシコ韋 | 111011111011110110111100111011111011111010011110111011111011110110111100111011111011110110111010111010011001111110001011111011101000001010010101 | efbdbcefbe9eefbdbcefbdbae99f8bee8295 |
UHC | ????韋? | 00111111001111110011111100111111111010101101111100111111 | 3f3f3f3feadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)