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 | 際??名 | 100011011101101100111111001111111001011010111100 | 8ddb3f3f96bc |
EUC-JP | 際?珽名 | 1011101011011101001111111000111111001011111111101100110010111110 | badd3f8fcbfeccbe |
UTF-8 | 際렑珽名 | 111010011001101010011011111010111010000010010001111001111000111110111101111001011001000010001101 | e99a9beba091e78fbde5908d |
UHC | 際렑珽名 | 1111000010110111100011101010011011101111111010101101100110100011 | f0b78ea6efead9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)