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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 菘莢菘莢^ | 111001001100001111100100101100001110010011000011111001001011000001011110 | e4c3e4b0e4c3e4b05e |
EUC-JP | 菘莢菘莢^ | 111010001100010111101000101100101110100011000101111010001011001001011110 | e8c5e8b2e8c5e8b25e |
UTF-8 | 菘莢菘莢^ | 11101000100011111001100011101000100011101010001011101000100011111001100011101000100011101010001001011110 | e88f98e88ea2e88f98e88ea25e |
UHC | ?莢?莢^ | 00111111111110101111100000111111111110101111100001011110 | 3ffaf83ffaf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)