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 | 魄ィ遞ョ褥 | 1110100110101110101010001110011110101000101011101110010111110001 | e9aea8e7a8aee5f1 |
EUC-JP | 魄ィ遞ョ褥 | 11110010101100001000111010101000111011101010101010001110101011101110101011110011 | f2b08ea8eeaa8eaeeaf3 |
UTF-8 | 魄ィ遞ョ褥 | 111010011010110110000100111011111011110110101000111010011000000110011110111011111011110110101110111010001010010010100101 | e9ad84efbda8e9819eefbdaee8a4a5 |
UHC | 魄?遞?褥 | 1101101111011110001111111111010011110110001111111110100110110011 | dbde3ff4f63fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)