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 | 濡?ⅰ鶯 | 10010100010001110011111111111010010000001110100111110010 | 94473ffa40e9f2 |
EUC-JP | 濡??鶯 | 110001111010100000111111001111111111001011110100 | c7a83f3ff2f4 |
UTF-8 | 濡녷ⅰ鶯 | 111001101011111110100001111010111000010110110111111000101000010110110000111010011011011010101111 | e6bfa1eb85b7e285b0e9b6af |
UHC | 濡녷ⅰ鶯 | 1110101110100001100001101110011010100101101000011110010110100011 | eba186e6a5a1e5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)