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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閼ッ譁ャ | 111010001000010010101111111001101001011010101100 | e884afe696ac |
EUC-JP | 閼ッ譁ャ | 1110111111100100100011101010111111101011111101101000111010101100 | efe48eafebf68eac |
UTF-8 | 閼ッ譁ャ | 111010011001011010111100111011111011110110101111111010001010110110000001111011111011110110101100 | e996bcefbdafe8ad81efbdac |
UHC | 閼?譁? | 111001001101100100111111111111001010011000111111 | e4d93ffca63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)