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 | 睛絅?泣 | 11100001110010111110001101000100001111111000101110000011 | e1cbe3443f8b83 |
EUC-JP | 睛絅?泣 | 11100010110011011110010110100101001111111011010111100011 | e2cde5a53fb5e3 |
UTF-8 | 睛絅갹泣 | 111001111001110110011011111001111011010110000101111010101011000010111001111001101011001110100011 | e79d9be7b585eab0b9e6b3a3 |
UHC | 睛絅갹泣 | 1110111111101100110011001110011110110000101111011110101111101000 | efeccce7b0bdebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)