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 | 幼됰뙃^ | 11100101101110011011110011101011100100001011000011101011100110011000001101011110 | e5b9bceb90b0eb99835e |
UHC | 幼됰뙃^ | 11101010111010101000100111101011100011001000100101011110 | eaea89eb8c895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)