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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隍・譛ア闊磯 | 11101000101001001010010111100110100111001011000111101000100010001000100011101001 | e8a4a5e69cb1e88888e9 |
EUC-JP | 隍・譛ア闊磯 | 111100001010011010001110101001011110101111111100100011101011000111101111111010001011000011101011 | f0a68ea5ebfc8eb1efe8b0eb |
UTF-8 | 隍・譛ア闊磯 | 111010011001101010001101111011111011110110100101111010001010110110011011111011111011110110110001111010011001011110001010111001111010001110101111 | e99a8defbda5e8ad9befbdb1e9978ae7a3af |
UHC | 隍???闊磯 | 111111001101101100111111001111110011111111111100110001001101000110110100 | fcdb3f3f3ffcc4d1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)