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 | 油?飼?? | 10010110111110110011111110001110100101000011111100111111 | 96fb3f8e943f3f |
EUC-JP | 油?飼?? | 11001100111111010011111110111011111101000011111100111111 | ccfd3fbbf43f3f |
UTF-8 | 油녹飼롛렪 | 111001101011001010111001111010111000010110111001111010011010001110111100111010111010000110011011111010111010000010101010 | e6b2b9eb85b9e9a3bceba19beba0aa |
UHC | 油녹飼롛렪 | 11101010111110101011001111101100110111101111100010001110110111111000111010111000 | eafab3ecdef88edf8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)