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 | 瓦匿曙愼? | 100010101010001010010011101111011000111110001100100111001100010000111111 | 8aa293bd8f8c9cc43f |
EUC-JP | 瓦匿曙愼? | 101101001010010011000110101111111011110111101100110110001100011000111111 | b4a4c6bfbdecd8c63f |
UTF-8 | 瓦匿曙愼렩 | 111001111001001110100110111001011000110010111111111001101001101110011001111001101000010010111100111010111010000010101001 | e793a6e58cbfe69b99e684bceba0a9 |
UHC | 瓦匿曙愼렩 | 11101000101111111101001011111011110111111111010111100011111001011000111010110111 | e8bfd2fbdff5e3e58eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)