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 | ?拔?雌 | 001111111001110101010101001111111000111010010011 | 3f9d553f8e93 |
EUC-JP | ?拔?雌 | 001111111101100110110110001111111011101111110011 | 3fd9b63fbbf3 |
UTF-8 | 줴拔뤒雌 | 111011001010010010110100111001101000101110010100111010111010010010010010111010011001101110001100 | eca4b4e68b94eba492e99b8c |
UHC | 줴拔뤒雌 | 1100000111100010110110101111101110001111110000101110110111000001 | c1e2dafb8fc2edc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)