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 | 瓦匿敍?? | 1000101010100010100100111011110110011101110001000011111100111111 | 8aa293bd9dc43f3f |
EUC-JP | 瓦匿敍?? | 1011010010100100110001101011111111011010110001100011111100111111 | b4a4c6bfdac63f3f |
UTF-8 | 瓦匿敍뤉톻 | 111001111001001110100110111001011000110010111111111001101001010110001101111010111010010010001001111011011000011010111011 | e793a6e58cbfe6958deba489ed86bb |
UHC | 瓦匿敍뤉톻 | 11101000101111111101001011111011110111111111001110001111101110011011011110001110 | e8bfd2fbdff38fb9b78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)