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 | 陂喙陂喙^ | 111010001001100010011010010110111110100010011000100110100101101101011110 | e8989a5be8989a5b5e |
EUC-JP | 陂喙陂喙^ | 111011111111100011010011101111001110111111111000110100111011110001011110 | eff8d3bceff8d3bc5e |
UTF-8 | 陂喙陂喙^ | 11101001100110011000001011100101100101101001100111101001100110011000001011100101100101101001100101011110 | e99982e59699e99982e596995e |
UHC | 陂喙陂喙^ | 111110011010111011111101110000101111100110101110111111011100001001011110 | f9aefdc2f9aefdc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)