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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 爰?~ | 11100000101001110011111101111110 | e0a73f7e |
EUC-JP | 爰?~ | 11100000101010010011111101111110 | e0a93f7e |
UTF-8 | 爰렚~ | 11100111100010001011000011101011101000001001101001111110 | e788b0eba09a7e |
UHC | 爰렚~ | 1110101010111010100011101010110101111110 | eaba8ead7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)