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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 幼??^ | 1001011101100011001111110011111101011110 | 97633f3f5e |
EUC-JP | 幼??^ | 1100110111000100001111110011111101011110 | cdc43f3f5e |
UTF-8 | 幼믩뙍^ | 11100101101110011011110011101011101011111010100111101011100110011000110101011110 | e5b9bcebafa9eb998d5e |
UHC | 幼믩뙍^ | 11101010111010101001001011101011100011001001001001011110 | eaea92eb8c925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)