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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裃∫ィョ鈔 | 1110010111011111100000011110011110101000101011101110011111100010 | e5df81e7a8aee7e2 |
EUC-JP | 裃∫ィョ鈔 | 11101010111000011010001011101001100011101010100010001110101011101110111011100100 | eae1a2e98ea88eaeeee4 |
UTF-8 | 裃∫ィョ鈔 | 111010001010001110000011111000101000100010101011111011111011110110101000111011111011110110101110111010011000100010010100 | e8a383e288abefbda8efbdaee98894 |
UHC | ?∫??? | 001111111010000111110010001111110011111100111111 | 3fa1f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)