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 | ???????[ | 0011111100111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f3f5b |
SJIS-WIN | ???????[ | 0011111100111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f3f5b |
EUC-JP | ???????[ | 0011111100111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f3f5b |
UTF-8 | 채혖혖혣혧혺찾[ | 11101100101100011000010011101101100110001001011011101101100110001001011011101101100110001010001111101101100110001010011111101101100110001011101011101100101100001011111001011011 | ecb184ed9896ed9896ed98a3ed98a7ed98baecb0be5b |
UHC | 채혖혖혣혧혺찾[ | 110000111010010011000010100000011100001010000001110000101000110011000010100011111100001010011111110000111010001101011011 | c3a4c281c281c28cc28fc29fc3a35b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)