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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??砧??浸^ | 001111110011111110001011011011010011111100111111100100000101101001011110 | 3f3f8b6d3f3f905a5e |
EUC-JP | ??砧??浸^ | 001111110011111110110101110011100011111100111111101111111011101101011110 | 3f3fb5ce3f3fbfbb5e |
UTF-8 | 뤝늬砧뤝늬浸^ | 11101011101001001001110111101011100010101010110011100111101000001010011111101011101001001001110111101011100010101010110011100110101101011011100001011110 | eba49deb8aace7a0a7eba49deb8aace6b5b85e |
UHC | 뤝늬砧뤝늬浸^ | 10001111110011001011010011001100111101101101101110001111110011001011010011001100111101101101100101011110 | 8fccb4ccf6db8fccb4ccf6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)