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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿紗 | 100011101011110011110010110011111000111011010001 | 8ebcf2cf8ed1 |
EUC-JP | 湿?紗 | 1011110010111110001111111011110011010011 | bcbe3fbcd3 |
UTF-8 | 湿紗 | 111001101011100110111111111011101000100010000110111001111011010010010111 | e6b9bfee8886e7b497 |
UHC | ??紗 | 00111111001111111101111011101001 | 3f3fdee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)