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 | 雜∫ソォ | 111010001011011010000001111001111011111110101011 | e8b681e7bfab |
EUC-JP | 雜∫ソォ | 1111000010111000101000101110100110001110101111111000111010101011 | f0b8a2e98ebf8eab |
UTF-8 | 雜∫ソォ | 111010011001101110011100111000101000100010101011111011111011110110111111111011111011110110101011 | e99b9ce288abefbdbfefbdab |
UHC | 雜∫?? | 111011011101101010100001111100100011111100111111 | eddaa1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)