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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???額? | 001111110011111100111111100010100111101000111111 | 3f3f3f8a7a3f |
EUC-JP | 洧??額? | 1000111111000111101101000011111100111111101100111101101100111111 | 8fc7b43f3fb3db3f |
UTF-8 | 洧몃ㅆ額긱 | 111001101011010010100111111010111010101010000011111000111000010110000110111010011010000110001101111010101011100010110001 | e6b4a7ebaa83e38586e9a18deab8b1 |
UHC | 洧몃ㅆ額긱 | 11101010111110111011100011101011101001001011011011100100111111101011000111100011 | eafbb8eba4b6e4feb1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)