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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 寀爾}寀爾{^ | 1111101010100111100011101010001001111101111110101010011110001110101000100111101101011110 | faa78ea27dfaa78ea27b5e |
EUC-JP | 寀爾}寀爾{^ | 10001111101110101101101110111100101001000111110110001111101110101101101110111100101001000111101101011110 | 8fbadbbca47d8fbadbbca47b5e |
UTF-8 | 寀爾}寀爾{^ | 111001011010111110000000111001111000100010111110011111011110010110101111100000001110011110001000101111100111101101011110 | e5af80e788be7de5af80e788be7b5e |
UHC | 寀爾}寀爾{^ | 1111001111110010111011001011001101111101111100111111001011101100101100110111101101011110 | f3f2ecb37df3f2ecb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)