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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錏帷㊨ | 111001111111100110011011111001111000011110001001 | e7f99be78789 |
EUC-JP | 錏帷? | 1110111011111011110101101110100100111111 | eefbd6e93f |
UTF-8 | 錏帷㊨ | 111010011000110010001111111001011011100010110111111000111000101010101000 | e98c8fe5b8b7e38aa8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)