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 | 磁裙識 | 1111000010100110100011101010010111100101111000111000111010101111 | f0a68ea5e5e38eaf |
EUC-JP | ?磁裙識 | 00111111101111001010011111101010111001011011110010110001 | 3fbca7eae5bcb1 |
UTF-8 | 磁裙識 | 111011101000000110100101111001111010001110000001111010001010001110011001111010001010110110011000 | ee81a5e7a381e8a399e8ad98 |
UHC | ?磁裙識 | 00111111111011011011100011001111110110011110001111011011 | 3fedb8cfd9e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)