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 | 茱随汐 | 111001001010001110010000100011111000111010101100 | e4a3908f8eac |
EUC-JP | 茱随汐 | 111010001010010110111111111011111011110010101110 | e8a5bfefbcae |
UTF-8 | 茱随汐 | 111010001000110010110001111010011001101010001111111001101011000110010000 | e88cb1e99a8fe6b190 |
UHC | 茱?汐 | 1110001010111100001111111110000010110001 | e2bc3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)