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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淀荳┃辛 | 1001011110000100111001001011100010000100101010111001000001101000 | 9784e4b884ab9068 |
EUC-JP | 淀荳┃辛 | 1100110111100100111010001011101010101000101011011011111111001001 | cde4e8baa8adbfc9 |
UTF-8 | 淀荳┃辛 | 111001101011011110000000111010001000110110110011111000101001010010000011111010001011111010011011 | e6b780e88db3e29483e8be9b |
UHC | 淀荳┃辛 | 1110111111100011110101001110010110100110101011011110001111110100 | efe3d4e5a6ade3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)