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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?饒??^ | 001111111110100101100000001111110011111101011110 | 3fe9603f3f5e |
EUC-JP | ?饒??^ | 001111111111000111000001001111110011111101011110 | 3ff1c13f3f5e |
UTF-8 | 뮮饒뮮뵏^ | 11101011101011101010111011101001101001011001001011101011101011101010111011101011101101011000111101011110 | ebaeaee9a592ebaeaeebb58f5e |
UHC | 뮮饒뮮뵏^ | 100100101011011111101001101011101001001010110111100101001001001001011110 | 92b7e9ae92b794925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)