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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒟写鴫蒟 | 1110010011100101100011101100101010001110101100001110010011100101 | e4e58eca8eb0e4e5 |
EUC-JP | 蒟写鴫蒟 | 1110100011100111101111001100110010111100101100101110100011100111 | e8e7bcccbcb2e8e7 |
UTF-8 | 蒟写鴫蒟 | 111010001001001010011111111001011000011010011001111010011011010010101011111010001001001010011111 | e8929fe58699e9b4abe8929f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)