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 | ???J | 00111111001111110011111101001010 | 3f3f3f4a |
SJIS-WIN | 莖逸拾J | 11100100101100011000100011101101100011110100010101001010 | e4b188ed8f454a |
EUC-JP | 莖逸拾J | 11101000101100111011000011101111101111011010011001001010 | e8b3b0efbda64a |
UTF-8 | 莖逸拾J | 11101000100011101001011011101001100000001011100011100110100010111011111001001010 | e88e96e980b8e68bbe4a |
UHC | 莖逸拾J | 11001100111011001110110011101111111000111010011001001010 | ccececefe3a64a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)