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 | 型?e?炫 | 1000110001011110001111111000001010000101001111111111101101010010 | 8c5e3f82853ffb52 |
EUC-JP | 型泮e?炫 | 1011011110111111100011111100011110101000101000111110010100111111100011111100100111010011 | b7bf8fc7a8a3e53f8fc9d3 |
UTF-8 | 型泮e뤯炫 | 111001011001111010001011111001101011001110101110111011111011110110000101111010111010010010101111111001111000001010101011 | e59e8be6b3aeefbd85eba4afe782ab |
UHC | 型泮e뤯炫 | 11111010111111101101101011101010101000111110010110001111110111011111101011011011 | fafedaeaa3e58fddfadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)