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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍梧愕繩ァ | 111010001011011110001100111001101001110010110001111000111000101010100111 | e8b78ce69cb1e38aa7 |
EUC-JP | 霍梧愕繩ァ | 11110000101110011011100011101000110110001011001111100101111010101000111010100111 | f0b9b8e8d8b3e5ea8ea7 |
UTF-8 | 霍梧愕繩ァ | 111010011001110010001101111001101010001010100111111001101000010010010101111001111011100110101001111011111011110110100111 | e99c8de6a2a7e68495e7b9a9efbda7 |
UHC | ?梧愕繩? | 0011111111100111111111001110010011000011111000111011000100111111 | 3fe7fce4c3e3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)