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 | 絶???軟 | 10010000111000100011111100111111001111111001001111101110 | 90e23f3f3f93ee |
EUC-JP | 絶???軟 | 11000000111001000011111100111111001111111100011011110000 | c0e43f3f3fc6f0 |
UTF-8 | 絶뷂숱짭軟 | 111001111011010110110110111010111011011110000010111011001000100010110001111011001010011110101101111010001011101110011111 | e7b5b6ebb782ec88b1eca7ade8bb9f |
UHC | 絶뷂숱짭軟 | 11101111101111101001010011101111101111011010001011000010101011001110011011100011 | efbe94efbda2c2ace6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)