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 | 蟆願鳩 | 111001011011000010001010111010001001010010110101 | e5b08ae894b5 |
EUC-JP | 蟆願鳩 | 111010101011001010110100111010101100100010110111 | eab2b4eac8b7 |
UTF-8 | 蟆願鳩 | 111010001001111110000110111010011010000110011000111010011011001110101001 | e89f86e9a198e9b3a9 |
UHC | ?願鳩 | 0011111111101010110000111100111111001101 | 3feac3cfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)