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 | ??地? | 0011111100111111100100100110111000111111 | 3f3f926e3f |
EUC-JP | ??地? | 0011111100111111110000111100111100111111 | 3f3fc3cf3f |
UTF-8 | 欌렫地렎 | 111001101010110010001100111010111010000010101011111001011001110010110000111010111010000010001110 | e6ac8ceba0abe59cb0eba08e |
UHC | 欌렫地렎 | 1110110111101011100011101011100111110010101000101000111010100100 | edeb8eb9f2a28ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)