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 | 蝪一┫羹 | 1110010110100001100010001110101010000100101100101110001110111011 | e5a188ea84b2e3bb |
EUC-JP | 蝪一┫羹 | 1110101010100011101100001110110010101000101101001110011010111101 | eaa3b0eca8b4e6bd |
UTF-8 | 蝪一┫羹 | 111010001001110110101010111001001011100010000000111000101001010010101011111001111011111010111001 | e89daae4b880e294abe7beb9 |
UHC | ?一┫羹 | 00111111111011001110100110100110101101001100101111011000 | 3fece9a6b4cbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)