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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??淨?愉? | 0011111100111111100111111100010000111111100101101111100100111111 | 3f3f9fc43f96f93f |
EUC-JP | ??淨?愉? | 0011111100111111110111101100011000111111110011001111101100111111 | 3f3fdec63fccfb3f |
UTF-8 | 亐렕淨렠愉믈 | 111001001011101010010000111010111010000010010101111001101011011110101000111010111010000010100000111001101000010010001001111010111010111110001000 | e4ba90eba095e6b7a8eba0a0e68489ebaf88 |
UHC | 亐렕淨렠愉믈 | 111010101010011110001110101010101110111111100100100011101011000111101010111100001011100111001001 | eaa78eaaefe48eb1eaf0b9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)