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 | 泳??榮? | 10001001011010100011111100111111100111101100010000111111 | 896a3f3f9ec43f |
EUC-JP | 泳??榮? | 10110001110010110011111100111111110111001100011000111111 | b1cb3f3fdcc63f |
UTF-8 | 泳쒗렪榮딅 | 111001101011001110110011111011001001001010010111111010111010000010101010111001101010011010101110111010111001010010000101 | e6b3b3ec9297eba0aae6a6aeeb9485 |
UHC | 泳쒗렪榮딅 | 11100111101101101001110011101101100011101011100011100111101101001000101011101011 | e7b69ced8eb8e7b48aeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)