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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 嶸ァ巐啄嘯c^ | 1111101010110100101001111111101010110110100100011110110110011010100000100110001101011110 | fab4a7fab691ed9a82635e |
EUC-JP | 嶸ァ巐啄嘯c^ | 1000111110111011111101001000111010100111100011111011101111111001110000101110111111010011111000100110001101011110 | 8fbbf48ea78fbbf9c2efd3e2635e |
UTF-8 | 嶸ァ巐啄嘯c^ | 1110010110110110101110001110111110111101101001111110010110110111100100001110010110010101100001001110010110011000101011110110001101011110 | e5b6b8efbda7e5b790e59584e598af635e |
UHC | 嶸??啄嘯c^ | 11100111101011100011111100111111111101101111001011100001101100000110001101011110 | e7ae3f3ff6f2e1b0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)