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 | 燁??窈 | 111110110101100100111111001111111110001001110111 | fb593f3fe277 |
EUC-JP | 燁??窈 | 10001111110010101011001100111111001111111110001111011000 | 8fcab33f3fe3d8 |
UTF-8 | 燁곤숲窈 | 111001111000011110000001111010101011001110100100111011001000100010110010111001111010101010001000 | e78781eab3a4ec88b2e7aa88 |
UHC | 燁곤숲窈 | 1110011110100111101100001110111110111101101000111110100110100001 | e7a7b0efbda3e9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)