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 | ⅱ汐遙湿 | 1111101001000001100011101010110011101010101000011000111010111100 | fa418eaceaa18ebc |
EUC-JP | ?汐遙湿 | 00111111101111001010111011110100101000111011110010111110 | 3fbcaef4a3bcbe |
UTF-8 | ⅱ汐遙湿 | 111000101000010110110001111001101011000110010000111010011000000110011001111001101011100110111111 | e285b1e6b190e98199e6b9bf |
UHC | ⅱ汐遙? | 10100101101000101110000010110001111010011010101100111111 | a5a2e0b1e9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)