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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 也щ?野??B | 10010110111001111000010010001011001111111001011011101100001111110011111101000010 | 96e7848b3f96ec3f3f42 |
EUC-JP | 也щ?野??B | 11001100111010011010011111101011001111111100110011101110001111110011111101000010 | cce9a7eb3fccee3f3f42 |
UTF-8 | 也щ젽野껊젺B | 111001001011100110011111110100011000100111101100101000001011110111101001100001111000111011101010101110111000101011101100101000001011101001000010 | e4b99fd189eca0bde9878eeabb8aeca0ba42 |
UHC | 也щ젽野껊젺B | 11100101101001011010110011101011101000001010111111100101101011111000001111101011101000001010110101000010 | e5a5aceba0afe5af83eba0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)