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 | ???懿??? | 0011111100111111001111111001110011110010001111110011111100111111 | 3f3f3f9cf23f3f3f |
EUC-JP | ???懿??? | 0011111100111111001111111101100011110100001111110011111100111111 | 3f3f3fd8f43f3f3f |
UTF-8 | 溜노젣懿뚮젫溜 | 111011111010011110001011111010111000010110111000111011001010000010100011111001101000011110111111111010111001101010101110111011001010000010101011111011111010011110001011 | efa78beb85b8eca0a3e687bfeb9aaeeca0abefa78b |
UHC | 溜노젣懿뚮젫溜 | 1110101011111110101100111110101110100000100111001110101111110011100011001110101110100000101000111110101011111110 | eafeb3eba09cebf38ceba0a3eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)