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 | 幼롙롈^ | 11100101101110011011110011101011101000011001100111101011101000011000100001011110 | e5b9bceba199eba1885e |
UHC | 幼롙롈^ | 11101010111010101000111011011101100011101100111001011110 | eaea8edd8ece5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)