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 | 譏慕ュャ | 111001101001100010010101111001111010110110101100 | e69895e7adac |
EUC-JP | 譏慕ュャ | 1110101111111000110010101110100110001110101011011000111010101100 | ebf8cae98ead8eac |
UTF-8 | 譏慕ュャ | 111010001010110110001111111001101000010110010101111011111011110110101101111011111011110110101100 | e8ad8fe68595efbdadefbdac |
UHC | 譏慕?? | 110100011100000111011001101101110011111100111111 | d1c1d9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)