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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?〓?魚? | 00111111100000011010110000111111100010111001101100111111 | 3f81ac3f8b9b3f |
EUC-JP | ?〓?魚? | 00111111101000101010111000111111101101011111101100111111 | 3fa2ae3fb5fb3f |
UTF-8 | 溜〓졅魚툆 | 111011111010011110001011111000111000000010010011111011001010000110000101111010011010110110011010111011011000100010000110 | efa78be38093eca185e9ad9aed8886 |
UHC | 溜〓졅魚툆 | 11101010111111101010000111101011101000001011011011100101111000001011100001111010 | eafea1eba0b6e5e0b87a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)