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 | ³ÛH}³ÛH{^ | 101100111101101101001000011111011011001111011011010010000111101101011110 | b3db487db3db487b5e |
SJIS-WIN | ??H}??H{^ | 001111110011111101001000011111010011111100111111010010000111101101011110 | 3f3f487d3f3f487b5e |
EUC-JP | ?ÛH}?ÛH{^ | 00111111100011111010101011100101010010000111110100111111100011111010101011100101010010000111101101011110 | 3f8faae5487d3f8faae5487b5e |
UTF-8 | ³ÛH}³ÛH{^ | 11000010101100111100001110011011010010000111110111000010101100111100001110011011010010000111101101011110 | c2b3c39b487dc2b3c39b487b5e |
UHC | ³?H}³?H{^ | 1010100111111000001111110100100001111101101010011111100000111111010010000111101101011110 | a9f83f487da9f83f487b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)