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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???蔭??\ | 0011111100111111001111111000100011111100001111110011111101011100 | 3f3f3f88fc3f3f5c |
EUC-JP | ???蔭??\ | 0011111100111111001111111011000011111110001111110011111101011100 | 3f3f3fb0fe3f3f5c |
UTF-8 | 溜깅젾蔭뚩쮿\ | 11101111101001111000101111101010101110011000010111101100101000001011111011101000100101001010110111101011100110101010100111101100101011101011111101011100 | efa78beab985eca0bee894adeb9aa9ecaebf5c |
UHC | 溜깅젾蔭뚩쮿\ | 11101010111111101011000111101011101000001011000011101011111000111000110011101000101010001001101101011100 | eafeb1eba0b0ebe38ce8a89b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)