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 | ???r?? | 001111110011111100111111011100100011111100111111 | 3f3f3f723f3f |
SJIS-WIN | 怐喊鶺r怐韈 | 1001110010000001100110100101111011101010010101000111001010011100100000011110100011100111 | 9c819a5eea54729c81e8e7 |
EUC-JP | 怐喊鶺r怐韈 | 1101011111100001110100111011111111110011101101010111001011010111111000011111000011101001 | d7e1d3bff3b572d7e1f0e9 |
UTF-8 | 怐喊鶺r怐韈 | 11100110100000001001000011100101100101101000101011101001101101101011101001110010111001101000000010010000111010011001111110001000 | e68090e5968ae9b6ba72e68090e99f88 |
UHC | ?喊?r?? | 00111111111110011110001000111111011100100011111100111111 | 3ff9e23f723f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)