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 | 沃?И | 1001011110000000001111111000010001001001 | 97803f8449 |
EUC-JP | 沃?И | 1100110111100000001111111010011110101010 | cde03fa7aa |
UTF-8 | 沃섎И | 1110011010110010100000111110110010000100100011101101000010011000 | e6b283ec848ed098 |
UHC | 沃섎И | 111010001010101010011000111010111010110010101010 | e8aa98ebacaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)