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 | ???埃 | 0011111100111111001111111001101010111010 | 3f3f3f9aba |
EUC-JP | ???埃 | 0011111100111111001111111101010010111100 | 3f3f3fd4bc |
UTF-8 | 琉뗦뮘埃 | 111011111010011110001100111010111001011110100110111010111010111010011000111001011001111110000011 | efa78ceb97a6ebae98e59f83 |
UHC | 琉뗦뮘埃 | 1110101110100100100010111110011010010010101001001110010011101111 | eba48be692a4e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)