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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???儀??? | 0011111100111111001111111000101101010110001111110011111100111111 | 3f3f3f8b563f3f3f |
EUC-JP | ???儀??? | 0011111100111111001111111011010110110111001111110011111100111111 | 3f3f3fb5b73f3f3f |
UTF-8 | 溜딅줃儀붾죮琉 | 111011111010011110001011111010111001010010000101111011001010010010000011111001011000010010000000111010111011011010111110111011001010001110101110111011111010011110001100 | efa78beb9485eca483e58480ebb6beeca3aeefa78c |
UHC | 溜딅줃儀붾죮琉 | 1110101011111110100010101110101110100001100110101110101111110000100101001110101110100001100010011110101110100100 | eafe8aeba19aebf094eba189eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)