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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 凹ε?凹ε?^ | 1000100110011010100000111100001100111111100010011001101010000011110000110011111101011110 | 899a83c33f899a83c33f5e |
EUC-JP | 凹ε?凹ε?^ | 1011000111111010101001101100010100111111101100011111101010100110110001010011111101011110 | b1faa6c53fb1faa6c53f5e |
UTF-8 | 凹ε쳣凹ε쳣^ | 1110010110000111101110011100111010110101111011001011001110100011111001011000011110111001110011101011010111101100101100111010001101011110 | e587b9ceb5ecb3a3e587b9ceb5ecb3a35e |
UHC | 凹ε쳣凹ε쳣^ | 11101000111010101010010111100101101010111000100111101000111010101010010111100101101010111000100101011110 | e8eaa5e5ab89e8eaa5e5ab895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)