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 | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
SJIS-WIN | 怐韈韜Y怐喊 | 1001110010000001111010001110011111101000111010010101100110011100100000011001101001011110 | 9c81e8e7e8e9599c819a5e |
EUC-JP | 怐韈韜Y怐喊 | 1101011111100001111100001110100111110000111010110101100111010111111000011101001110111111 | d7e1f0e9f0eb59d7e1d3bf |
UTF-8 | 怐韈韜Y怐喊 | 11100110100000001001000011101001100111111000100011101001100111111001110001011001111001101000000010010000111001011001011010001010 | e68090e99f88e99f9c59e68090e5968a |
UHC | ??韜Y?喊 | 0011111100111111110101001011011101011001001111111111100111100010 | 3f3fd4b7593ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)