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 | ?郡?裙^ | 00111111100011000101001100111111111001011110001101011110 | 3f8c533fe5e35e |
EUC-JP | ?郡?裙^ | 00111111101101111011010000111111111010101110010101011110 | 3fb7b43feae55e |
UTF-8 | 뤋郡뤋裙^ | 11101011101001001000101111101001100000111010000111101011101001001000101111101000101000111001100101011110 | eba48be983a1eba48be8a3995e |
UHC | 뤋郡뤋裙^ | 100011111011101111001111110110111000111110111011110011111101100101011110 | 8fbbcfdb8fbbcfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)