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 | ?汐 | 001111111000111010101100 | 3f8eac |
EUC-JP | ?汐 | 001111111011110010101110 | 3fbcae |
UTF-8 | 듺汐 | 111010111001001110111010111001101011000110010000 | eb93bae6b190 |
UHC | 듺汐 | 10001010111000001110000010110001 | 8ae0e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)