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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 俉??掩?? | 1111101001100001001111110011111110001001100001100011111100111111 | fa613f3f89863f3f |
EUC-JP | 俉??掩®? | 1000111110110001101110110011111100111111101100011110011010001111101000101110111000111111 | 8fb1bb3f3fb1e68fa2ee3f |
UTF-8 | 俉끿돉掩®묫 | 1110010010111111100010011110101110000001101111111110101110001111100010011110011010001110101010011100001010101110111010111010110010101011 | e4bf89eb81bfeb8f89e68ea9c2aeebacab |
UHC | 俉끿돉掩®묫 | 111001111110101110000101111001111000100110011001111001011111001110100010111001111011100110101010 | e7eb85e78999e5f3a2e7b9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)