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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘句涵粃 | 1110100110100001100010111110010110011111101111001110001011100001 | e9a18be59fbce2e1 |
EUC-JP | 鬘句涵粃 | 1111001010100011101101101110011111011110101111101110010011100011 | f2a3b6e7debee4e3 |
UTF-8 | 鬘句涵粃 | 111010011010110010011000111001011000111110100101111001101011011010110101111001111011001010000011 | e9ac98e58fa5e6b6b5e7b283 |
UHC | ?句涵粃 | 00111111110011111010001111111001111001001101110111111011 | 3fcfa3f9e4ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)