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 | 箒遵オ粳 | 1110001010110100100011111000010110000011010010011110001011101001 | e2b48f858349e2e9 |
EUC-JP | 箒遵オ粳 | 1110010010110110101111011110010110100101101010101110010011101011 | e4b6bde5a5aae4eb |
UTF-8 | 箒遵オ粳 | 111001111010111010010010111010011000000110110101111000111000001010101010111001111011001010110011 | e7ae92e981b5e382aae7b2b3 |
UHC | ?遵オ粳 | 00111111111100011110010110101011101010101100101111010111 | 3ff1e5abaacbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)