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 | 逡ッ﨑沓 | 11100111100101011010111111111010101100011000110001000010 | e795affab18c42 |
EUC-JP | 逡ッ?沓 | 11101101111101011000111010101111001111111011011110100011 | edf58eaf3fb7a3 |
UTF-8 | 逡ッ﨑沓 | 111010011000000010100001111011111011110110101111111011111010100010010001111001101011001010010011 | e980a1efbdafefa891e6b293 |
UHC | 逡??沓 | 111100011110010000111111001111111101001111001011 | f1e43f3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)