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 | 巍??與② | 1001101111011001001111110011111111100100011011111000011101000001 | 9bd93f3fe46f8741 |
EUC-JP | 巍??與? | 11010110110110110011111100111111111001111101000000111111 | d6db3f3fe7d03f |
UTF-8 | 巍ㅹ뇾與② | 111001011011011110001101111000111000010110111001111010111000011110111110111010001000100010000111111000101001000110100001 | e5b78de385b9eb87bee88887e291a1 |
UHC | 巍ㅹ뇾與② | 11101000111001001010010011101001100001111001111111100110101010001010100011101000 | e8e4a4e9879fe6a8a8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)