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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逑十 | 11100111100100111000111101011100 | e7938f5c |
EUC-JP | 逑十 | 11101101111100111011110110111101 | edf3bdbd |
UTF-8 | 逑十 | 111010011000000010010001111001011000110110000001 | e98091e58d81 |
UHC | 逑十 | 11001111110001111110010010101000 | cfc7e4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)